[GIT PULL] printk for 4.16-rc3

2018-02-23 Thread Petr Mladek
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(-)


[GIT PULL] printk for 4.16-rc3

2018-02-23 Thread Petr Mladek
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(-)