Re: kernel CI: printk loglevels in kernel boot logs?
From: Sergey Senozhatsky
Date: Tue Dec 05 2017 - 11:13:53 EST
On (12/05/17 16:55), Petr Mladek wrote:
[..]
>
> Am I too paranoid? Steven? Linus?
well, if there is a tool that believels that there will always be [ (part
of timestamp marker) as the first symbol then that tool has a problem. there
is no "guaranteed" format of console messages. one can print
pr_err("message\n message\n message\n);
or one can compile the kernel with no CONFIG_PRINTK_TIME.
or one can disable printk_time via printk_time module param.
-ss