aboutsummaryrefslogtreecommitdiff
path: root/scripts/tags.sh
diff options
context:
space:
mode:
authorGravatar Jim Cromie <jim.cromie@gmail.com> 2020-08-31 12:22:10 -0600
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2020-09-04 17:21:56 +0200
commit42f07816ac0cc797928119cc039c414ae2b95d34 (patch)
treee36e4a47340beadc5179ec382abff82f1718c1bd /scripts/tags.sh
parentdyndbg: refine export, rename to dynamic_debug_exec_queries() (diff)
downloadlinux-42f07816ac0cc797928119cc039c414ae2b95d34.tar.gz
linux-42f07816ac0cc797928119cc039c414ae2b95d34.tar.bz2
linux-42f07816ac0cc797928119cc039c414ae2b95d34.zip
dyndbg: fix problem parsing format="foo bar"
commit 14775b049642 ("dyndbg: accept query terms like file=bar and module=foo") added the combined keyword=value parsing poorly; revert most of it, keeping the keyword & arg change. Instead, fix the tokenizer for the new input, by terminating the keyword (an unquoted word) on '=' as well as space, thus letting the tokenizer work on the quoted argument, like it would have previously. Also add a few debug-prints to show more parsing context, into tokenizer and parse-query, and use "keyword, value" in others. Fixes: 14775b049642 ("dyndbg: accept query terms like file=bar and module=foo") Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Link: https://lore.kernel.org/r/20200831182210.850852-4-jim.cromie@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/tags.sh')
0 files changed, 0 insertions, 0 deletions