]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Fix global function tracers that are not recursion safe
authorSteven Rostedt <srostedt@redhat.com>
Fri, 2 Nov 2012 20:58:56 +0000 (16:58 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 23 Jan 2013 04:37:57 +0000 (23:37 -0500)
commit61a3bb3f6593ec188dcd75276bad73466a46cc50
tree58873a5c9c3d7c2b9b29d56482a87a4392ecb8a2
parentbcffac7c224f2ea32780b6cf55cad9815cd29c97
ftrace: Fix global function tracers that are not recursion safe

If one of the function tracers set by the global ops is not recursion
safe, it can still be called directly without the added recursion
supplied by the ftrace infrastructure.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c