]> Git Repo - linux.git/commit
bug: use %pB in BUG and stack protector failure
authorKees Cook <[email protected]>
Fri, 9 Mar 2018 23:50:59 +0000 (15:50 -0800)
committerLinus Torvalds <[email protected]>
Sat, 10 Mar 2018 00:40:01 +0000 (16:40 -0800)
commit0862ca422b79cb5aa70823ee0f07f6b468f86070
tree90cccd33a8c561c5b06513a93f4c81bc78f91330
parent4704dea36dd9e5b4bf37ed20f7f15e70632ccdd0
bug: use %pB in BUG and stack protector failure

The BUG and stack protector reports were still using a raw %p.  This
changes it to %pB for more meaningful output.

Link: http://lkml.kernel.org/r/20180301225704.GA34198@beast
Fixes: ad67b74d2469 ("printk: hash addresses printed with %p")
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Richard Weinberger <[email protected]>,
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/panic.c
lib/bug.c
This page took 0.053804 seconds and 4 git commands to generate.