Skip to content
Commit 7f8557b8 authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

recordmcount: Fix nop_mcount() function

The removal of the longjmp code in recordmcount.c mistakenly made the return
of make_nop() being negative an exit of nop_mcount(). It should not exit the
routine, but instead just not process that part of the code. By exiting with
an error code, it would cause the update of recordmcount to fail some files
which would fail the build if ftrace function tracing was enabled.

Link: http://lkml.kernel.org/r/20191009110538.5909fec6@gandalf.local.home



Reported-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tested-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fixes: 3f1df120

 ("recordmcount: Rewrite error/success handling")
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent bf8e6021
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment