]> 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)
commitb2f753861330d10310d67a56483382567393ce96
treeec349329c1ec47bb9e7d7cc548fb20510d43150d
parent1a5aeaf97b41935a508341bf0b28371c3a787d65
parentcec5c32b7664c78cd909c4b8e9ba9efeb4d2ca0b
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