summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@redhat.com>2018-02-20 11:37:52 -0600
committerIngo Molnar <mingo@kernel.org>2018-02-21 16:54:06 +0100
commitdc1dd184c2f0016bec35c0d7a48c057e0ad763d3 (patch)
tree43323dde05f7db864de96e8dfbaafc1397142268 /tools/perf/scripts/python/bin/stackcollapse-record
parent33352244706369ea6736781ae41fe41692eb69bb (diff)
downloadkernel-dc1dd184c2f0016bec35c0d7a48c057e0ad763d3.tar.gz
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 <jpoimboe@redhat.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Cc: Borislav Petkov <bp@suse.de> Cc: Jason Baron <jbaron@akamai.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/de3a271c93807adb7ed48f4e946b4f9156617680.1519051220.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
o *)" error reported by ch...Shobhit Kukreti 2019-05-30staging: rtl8723bs: core: rtw_ap: fix Unneeded variable: "ret". Return "0"Hariprasad Kelam 2019-05-22staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port()Hans de Goede 2019-05-20staging: rtl8723bs: os_dep: Remove Unneeded variable retHariprasad Kelam 2019-05-20Staging: rtl8723bs: os_dep: Fix switch-case indentation errorPuranjay Mohan 2019-03-30staging: rtl8723bs: os_dep: ioctl_linux.c: Remove unnecessary parenthesesPayal Kshirsagar 2019-03-18staging: rtl8723bs: Remove Dead Functions in os_dep/ioctl_linux.cEmanuel Bennici 2019-03-18staging: rtl8723bs: Remove Dead Code in os_dep/ioctl_linux.cEmanuel Bennici 2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman 2018-11-26staging: rtl8723bs: remove redundant null check on pregprivWen Yang 2018-11-07staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET 2018-10-14staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer nameMamta Shukla 2018-10-11staging: rtl8723bs: os_dep: Remove space after castMamta Shukla 2018-10-11staging: rtl8723bs: os_dep: Remove true and false comparisonMamta Shukla