tracing: Fix regression of trace_options file setting
authorSteven Rostedt <srostedt@redhat.com>
Thu, 10 Jan 2013 01:54:17 +0000 (20:54 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 10 Jan 2013 01:54:17 +0000 (20:54 -0500)
commita8dd2176a8e988e3744e863ac39647a6f59fa900
tree2f848f44ae3a614d9b7d13e156e5bc7429c40113
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed
tracing: Fix regression of trace_options file setting

The latest change to allow trace options to be set on the command
line also broke the trace_options file.

The zeroing of the last byte of the option name that is echoed into
the trace_option file was removed with the consolidation of some
of the code. The compare between the option and what was written to
the trace_options file fails because the string holding the data
written doesn't terminate with a null character.

A zero needs to be added to the end of the string copied from
user space.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c
This page took 0.026074 seconds and 5 git commands to generate.