Files
linux/arch/x86/kernel
Steven Rostedt b2be7cd9d1 ftrace/x86: Load ftrace_ops in parameter not the variable holding it
commit 1739f09e33 upstream.

Function tracing callbacks expect to have the ftrace_ops that registered it
passed to them, not the address of the variable that holds the ftrace_ops
that registered it.

Use a mov instead of a lea to store the ftrace_ops into the parameter
of the function tracing callback.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Link: http://lkml.kernel.org/r/20131113152004.459787f9@gandalf.local.home
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-25 08:27:11 -08:00
..
2013-11-13 12:05:30 +09:00
2013-04-23 13:45:22 +02:00
2013-02-22 23:31:31 -05:00
2013-08-04 16:50:53 +08:00
2012-08-22 09:34:24 +02:00
2012-05-08 14:08:44 +02:00
2012-03-28 18:11:12 +01:00
2013-02-27 16:59:05 -05:00
2013-02-28 08:50:11 +02:00
2012-05-14 11:49:38 +02:00
2012-03-28 18:11:12 +01:00
2012-11-14 15:28:11 -08:00