[RESEND][PATCH] bug: Use %pB in BUG and stack protector failure

2018-03-01 Thread Kees Cook
The BUG and stack protector reports were still using a raw %p. This changes it to %pB for more meaningful output. Fixes: ad67b74d2469 ("printk: hash addresses printed with %p") Cc: sta...@vger.kernel.org Signed-off-by: Kees Cook --- Resending through akpm as this isn't x86-specific ... --- kerne

[PATCH] bug: Use %pB in BUG and stack protector failure

2018-02-25 Thread Kees Cook
The BUG and stack protector reports were still using a raw %p. This changes it to %pB for more meaningful output. Fixes: ad67b74d2469 ("printk: hash addresses printed with %p") Cc: sta...@vger.kernel.org Signed-off-by: Kees Cook --- kernel/panic.c | 2 +- lib/bug.c | 2 +- 2 files changed,