[GIT PULL] printk for 4.16-rc3
From: Petr Mladek
Date: Fri Feb 23 2018 - 05:08:31 EST
Linus,
please pull one printk-related fix for 4.16-rc3 from
git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git for-linus
============
- People expect to see the real pointer value for %px. Let's substitute
"(null)" only for the other %p? format modifiers that need to deference
the pointer.
----------------------------------------------------------------
Adam Borowski (1):
vsprintf: avoid misleading "(null)" for %px
lib/vsprintf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)