Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jun 2020 19:13:36 +0000 (12:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jun 2020 19:13:36 +0000 (12:13 -0700)
commit5c2fb57af0f42550eb718a3b0b445c81ec923895
treebf0493dc247f07554a66302b653f6a7f7bdc0da4
parent923ea1631e942f8af179ca418e0cc1915025e4c2
parent2a9e5ded9543436620a7fbc9329ddcc32bf97bc7
Merge tag 'printk-for-5.8-kdb-nmi' of git://git./linux/kernel/git/printk/linux

Pull printk fix from Petr Mladek:
 "One more printk change for 5.8: 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"

* tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk/kdb: Redirect printk messages into kdb in any context
kernel/printk/printk.c
kernel/printk/printk_safe.c