Re: [PATCH 0/2] printk, Add a printk.clock kernel parameter

2016-01-06 Thread Joe Perches
On Wed, 2016-01-06 at 08:00 -0500, Prarit Bhargava wrote: > Over the past years I've seen many reports of bugs that include > time-stamped kernel logs (enabled when CONFIG_PRINTK_TIME=y or > print.time=1 is specified as a kernel parameter) that do not align > with either external time stamped logs

[PATCH 0/2] printk, Add a printk.clock kernel parameter

2016-01-06 Thread Prarit Bhargava
Over the past years I've seen many reports of bugs that include time-stamped kernel logs (enabled when CONFIG_PRINTK_TIME=y or print.time=1 is specified as a kernel parameter) that do not align with either external time stamped logs or /var/log/messages. For example, [root@intel-wildcatpass-06 ~]