Adding Greg to this (should have added him earlier) Greg, if you are ok with this series, we'd like to have it added to -next. Thanks, -Jason On 9/20/21 4:54 PM, Andrew Halaney wrote: > Hi, > > Here is round 3 of some trivial dynamic debug improvements. > > v2 -> v3: > * Use a more clear example in the cli param examples > > v1 -> v2: > * Use different example when showing misleading error message > * Justify dynamic debug scanning the whole command line > * Add patch removing ddebug_query > * Add patch improving cli param examples for dyndbg/$module.dyndbg > > v2: https://urldefense.com/v3/__https://lore.kernel.org/all/20210913222440.731329-1-ahalaney@xxxxxxxxxx/__;!!GjvTz_vk!E6HzrtWvnWiM_KOORWtK46YQNqqO5npPrKi9LrU8F1CdWgS2w6dxfzi_clWo1Q$ > v1: https://urldefense.com/v3/__https://lore.kernel.org/all/20210909161755.61743-1-ahalaney@xxxxxxxxxx/__;!!GjvTz_vk!E6HzrtWvnWiM_KOORWtK46YQNqqO5npPrKi9LrU8F1CdWgS2w6dxfzhcL6__NA$ > > Andrew Halaney (3): > dyndbg: make dyndbg a known cli param > dyndbg: Remove support for ddebug_query param > Documentation: dyndbg: Improve cli param examples > > .../admin-guide/dynamic-debug-howto.rst | 13 ++++----- > .../admin-guide/kernel-parameters.txt | 5 ---- > lib/dynamic_debug.c | 27 +++++-------------- > 3 files changed, 14 insertions(+), 31 deletions(-) >