]> git.baikalelectronics.ru Git - kernel.git/commit
printk: finalize records with trailing newlines
authorJohn Ogness <john.ogness@linutronix.de>
Thu, 26 Nov 2020 11:48:36 +0000 (12:54 +0106)
committerPetr Mladek <pmladek@suse.com>
Fri, 27 Nov 2020 10:58:54 +0000 (11:58 +0100)
commit5ab0dbddf5dbb00837f38bea8c42ad2890a171f3
tree988e34d10be38b6c17d72a3cce05bc6dfd8abe5f
parentb2dbe28451687a31df243666ec11f4d83fd924d0
printk: finalize records with trailing newlines

Any record with a trailing newline (LOG_NEWLINE flag) cannot
be continued because the newline has been stripped and will
not be visible if the message is appended. This was already
handled correctly when committing in log_output() but was
not handled correctly when committing in log_store().

Fixes: 2199fed226eb ("printk: reimplement log_cont using record extension")
Link: https://lore.kernel.org/r/20201126114836.14750-1-john.ogness@linutronix.de
Reported-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Tested-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
kernel/printk/printk.c