]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9b98132f6504a52e859da719b93a6a788d9c6b71
treebf0493dc247f07554a66302b653f6a7f7bdc0da4
parente6a6644cb73fbc7aa9fe05925f226424e967c4f5
parent6663dd4a151c5e234298ffdb910f94b4fd75d898
Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/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