aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-12-19 12:59:22 +0106
committerPetr Mladek <pmladek@suse.com>2020-01-02 16:15:04 +0100
commitdef97da136515cb289a14729292c193e0a93bc64 (patch)
treebe97123308121ba0ef1751ca879776e7228b2b9f /net/packet
parentMerge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk (diff)
downloadlinux-dev-def97da136515cb289a14729292c193e0a93bc64.tar.xz
linux-dev-def97da136515cb289a14729292c193e0a93bc64.zip
printk: fix exclusive_console replaying
Commit f92b070f2dc8 ("printk: Do not miss new messages when replaying the log") introduced a new variable @exclusive_console_stop_seq to store when an exclusive console should stop printing. It should be set to the @console_seq value at registration. However, @console_seq is previously set to @syslog_seq so that the exclusive console knows where to begin. This results in the exclusive console immediately reactivating all the other consoles and thus repeating the messages for those consoles. Set @console_seq after @exclusive_console_stop_seq has stored the current @console_seq value. Fixes: f92b070f2dc8 ("printk: Do not miss new messages when replaying the log") Link: http://lkml.kernel.org/r/20191219115322.31160-1-john.ogness@linutronix.de Cc: Steven Rostedt <rostedt@goodmis.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: John Ogness <john.ogness@linutronix.de> Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions