From: Steven Rostedt Date: Tue, 28 May 2013 18:38:43 +0000 (-0400) Subject: ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends X-Git-Tag: v3.10-rc5~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb539ca36e21c2f4fce0865e11df384bc7b7656;p=pandora-kernel.git ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends As rcu_dereference_raw() under RCU debug config options can add quite a bit of checks, and that tracing uses rcu_dereference_raw(), these checks happen with the function tracer. The function tracer also happens to trace these debug checks too. This added overhead can livelock the system. Have the function tracer use the new RCU _notrace equivalents that do not do the debug checks for RCU. Link: http://lkml.kernel.org/r/20130528184209.467603904@goodmis.org Acked-by: Paul E. McKenney Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed