]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Jun 2022 19:57:42 +0000 (14:57 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Jun 2022 19:57:42 +0000 (14:57 -0500)
commitaa14a0b579fd7705310f4567881d5686a2d0c432
treea8cffc099e31bbdc254a492df2a3ff18445299de
parentcf443b5c8b8057f949be42594783515f3a9a0bf6
parenta21f4deb7421c0d740364bc25a14fdb66e86a110
Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk fixes from Petr Mladek:
 "Make the global console_sem available for CPU that is handling panic()
  or shutdown.

  This is an old problem when an existing console lock owner might block
  console output, but it became more visible with the kthreads"

* tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk: Wait for the global console lock when the system is going down
  printk: Block console kthreads when direct printing will be required
kernel/reboot.c