[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181220132740.pl2apy5nmfhwmbqy@pathway.suse.cz>
Date: Thu, 20 Dec 2018 14:27:40 +0100
From: Petr Mladek <pmladek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 4.21
Linus,
please pull the latest printk changes from
git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk tags/printk-for-4.21
==================
- 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
----------------------------------------------------------------
Sergey Senozhatsky (1):
panic: avoid deadlocks in re-entrant console drivers
Tetsuo Handa (3):
printk: Make printk_emit() local function.
printk: fix printk_time race.
printk: Remove print_prefix() calls with NULL buffer.
include/linux/printk.h | 5 --
kernel/panic.c | 6 ++-
kernel/printk/printk.c | 131 ++++++++++++++++++++++++-------------------------
3 files changed, 68 insertions(+), 74 deletions(-)
Powered by blists - more mailing lists