[GIT PULL] printk fixup for 5.2

From: Petr Mladek
Date: Fri May 10 2019 - 10:48:49 EST


Linus,

please pull one vsprintf fix from

git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk tags/printk-for-5.2-fixes

=============

- Replace the problematic probe_kernel_read() with original simple
pointer checks in vsprintf().

----------------------------------------------------------------
Petr Mladek (1):
vsprintf: Do not break early boot with probing addresses

lib/vsprintf.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)