aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorJosh Poimboeuf <[email protected]>2018-02-20 17:37:52 +0000
committerIngo Molnar <[email protected]>2018-02-21 15:54:06 +0000
commitdc1dd184c2f0016bec35c0d7a48c057e0ad763d3 (patch)
tree43323dde05f7db864de96e8dfbaafc1397142268 /lib/string_helpers.c
parentjump_label: Explicitly disable jump labels in __init code (diff)
downloadkernel-dc1dd184c2f0016bec35c0d7a48c057e0ad763d3.tar.gz
kernel-dc1dd184c2f0016bec35c0d7a48c057e0ad763d3.zip
jump_label: Warn on failed jump_label patching attempt
Currently when the jump label code encounters an address which isn't recognized by kernel_text_address(), it just silently fails. This can be dangerous because jump labels are used in a variety of places, and are generally expected to work. Convert the silent failure to a warning. This won't warn about attempted writes to tracepoints in __init code after initmem has been freed, as those are already guarded by the entry->code check. Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Jason Baron <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/de3a271c93807adb7ed48f4e946b4f9156617680.1519051220.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions