]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2102de703bffeb368435241afcd5d97f7b6fb9f
treeec349329c1ec47bb9e7d7cc548fb20510d43150d
parent55d04f48dc263756d4fc004f2ae31aa06946db49
parentca6aea29f8b54d608291d7cbe5a14af02e93add8
Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/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