[GIT PULL] printk for 5.8

From: Petr Mladek
Date: Fri Jun 12 2020 - 04:40:55 EST


Linus,

please pull one more printk fix from

git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux tags/printk-for-5.8-kdb-nmi

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

+ Make sure that messages printed from KDB context are redirected to KDB
console handlers. It did not work when KDB interrupted NMI or printk_safe
contexts.

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

Arm people started hitting this problem more often recently. I forgot
to add the fix into the previous pull request by mistake.

----------------------------------------------------------------
Petr Mladek (1):
printk/kdb: Redirect printk messages into kdb in any context

kernel/printk/printk.c | 14 +-------------
kernel/printk/printk_safe.c | 7 +++++++
2 files changed, 8 insertions(+), 13 deletions(-)