]> git.baikalelectronics.ru Git - kernel.git/commit
tools lib traceevent: Fix bad force_token escape sequence
authorMichael Sartain <mikesart@fastmail.com>
Fri, 12 Jan 2018 00:47:42 +0000 (19:47 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 17 Jan 2018 13:21:39 +0000 (10:21 -0300)
commit36653e8b8c4d3272497b9a00a3b6bd869f1a6a6c
treecbacb45eec53ac2846feab4795487efa27436d34
parent2a550a0f45cc905600e918c8687ad20ab9906fd1
tools lib traceevent: Fix bad force_token escape sequence

Older kernels have a bug that creates invalid symbols. event-parse.c
handles them by replacing them with a "%s" token. But the fix included
an extra backslash, and "\%s" was added incorrectly.

Signed-off-by: Michael Sartain <mikesart@fastmail.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20180112004821.827168881@goodmis.org
Link: http://lkml.kernel.org/r/d320000d37c10ce0912851e1fb78d1e0c946bcd9.1497486273.git.mikesart@fastmail.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/event-parse.c