Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Sergey Senozhatsky
On (12/07/17 16:45), Petr Mladek wrote: [.,] > > hmm... `dmesg -S --raw' doesn't show anything on my system. `dmesg --raw' > > matches the console_msg_format=syslog. > > Huh, I am confused now. I thought that I saw the extended, /dev/kmsg - like, > output with "dmesg --raw" but I do not see it

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Sergey Senozhatsky
On (12/07/17 16:45), Petr Mladek wrote: [.,] > > hmm... `dmesg -S --raw' doesn't show anything on my system. `dmesg --raw' > > matches the console_msg_format=syslog. > > Huh, I am confused now. I thought that I saw the extended, /dev/kmsg - like, > output with "dmesg --raw" but I do not see it

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Petr Mladek
On Thu 2017-12-07 23:01:04, Sergey Senozhatsky wrote: > Hi, > > On (12/07/17 14:48), Petr Mladek wrote: > [..] > > > This patch introduces a `console_msg_format=' command line option, > > > to switch between different message formatting on serial consoles. > > > For the time being we have just

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Petr Mladek
On Thu 2017-12-07 23:01:04, Sergey Senozhatsky wrote: > Hi, > > On (12/07/17 14:48), Petr Mladek wrote: > [..] > > > This patch introduces a `console_msg_format=' command line option, > > > to switch between different message formatting on serial consoles. > > > For the time being we have just

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Sergey Senozhatsky
Hi, On (12/07/17 14:48), Petr Mladek wrote: [..] > > This patch introduces a `console_msg_format=' command line option, > > to switch between different message formatting on serial consoles. > > For the time being we have just one option - syslog. This option > > makes serial console messages to

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Sergey Senozhatsky
Hi, On (12/07/17 14:48), Petr Mladek wrote: [..] > > This patch introduces a `console_msg_format=' command line option, > > to switch between different message formatting on serial consoles. > > For the time being we have just one option - syslog. This option > > makes serial console messages to

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Petr Mladek
On Fri 2017-12-01 19:44:04, Sergey Senozhatsky wrote: > 0day and kernelCI automatically parse kernel log - basically some sort > of grepping using the pre-defined text patterns - in order to detect > and report regressions/errors. There are several sources they get the > kernel logs from: > > a)

Re: [RFC][PATCH] printk: add console_msg_format command line option

2017-12-07 Thread Petr Mladek
On Fri 2017-12-01 19:44:04, Sergey Senozhatsky wrote: > 0day and kernelCI automatically parse kernel log - basically some sort > of grepping using the pre-defined text patterns - in order to detect > and report regressions/errors. There are several sources they get the > kernel logs from: > > a)

[RFC][PATCH] printk: add console_msg_format command line option

2017-12-01 Thread Sergey Senozhatsky
0day and kernelCI automatically parse kernel log - basically some sort of grepping using the pre-defined text patterns - in order to detect and report regressions/errors. There are several sources they get the kernel logs from: a) dmesg or /proc/ksmg This is the preferred way. Because `dmesg

[RFC][PATCH] printk: add console_msg_format command line option

2017-12-01 Thread Sergey Senozhatsky
0day and kernelCI automatically parse kernel log - basically some sort of grepping using the pre-defined text patterns - in order to detect and report regressions/errors. There are several sources they get the kernel logs from: a) dmesg or /proc/ksmg This is the preferred way. Because `dmesg