Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Dec 2018 19:24:43 +0000 (11:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Dec 2018 19:24:43 +0000 (11:24 -0800)
commita3b5c1065f3fb934a87dd07d23def99916023d6f
treeec349329c1ec47bb9e7d7cc548fb20510d43150d
parentc6f1b355d451680a45d63ce66cea67057c938a87
parent07c17732bd687567802aaa5fa5c101c2776565d1
Merge tag 'printk-for-4.21' of git://git./linux/kernel/git/pmladek/printk

Pull printk updates from Petr Mladek:

 - Keep spinlocks busted until the end of panic()

 - Fix races between calculating number of messages that would fit into
   user space buffers, filling the buffers, and switching printk.time
   parameter

 - Some code clean up

* tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk:
  printk: Remove print_prefix() calls with NULL buffer.
  printk: fix printk_time race.
  printk: Make printk_emit() local function.
  panic: avoid deadlocks in re-entrant console drivers
kernel/panic.c
kernel/printk/printk.c