summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-03-13 01:41:23 +0100
committerSteven Rostedt <rostedt@goodmis.org>2010-03-13 02:28:02 +0100
commitea14eb714041d40fcc5180b5a586034503650149 (patch)
treea7cb72753c85cf79ac6fa31863d65d2f081e0823 /scripts/Makefile.build
parentring-buffer: Move disabled check into preempt disable section (diff)
downloadlinux-ea14eb714041d40fcc5180b5a586034503650149.tar.xz
linux-ea14eb714041d40fcc5180b5a586034503650149.zip
function-graph: Init curr_ret_stack with ret_stack
If the graph tracer is active, and a task is forked but the allocating of the processes graph stack fails, it can cause crash later on. This is due to the temporary stack being NULL, but the curr_ret_stack variable is copied from the parent. If it is not -1, then in ftrace_graph_probe_sched_switch() the following: for (index = next->curr_ret_stack; index >= 0; index--) next->ret_stack[index].calltime += timestamp; Will cause a kernel OOPS. Found with Li Zefan's ftrace_stress_test. Cc: stable@kernel.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'scripts/Makefile.build')
0 files changed, 0 insertions, 0 deletions