Re: [PATCH 3/3] printk: using booting time as the timestamp

2014-04-05 Thread Peter Zijlstra
On Fri, Apr 04, 2014 at 02:55:35PM -0700, John Stultz wrote: > On 04/03/2014 08:18 PM, Lei Wen wrote: > > As people may want to align the kernel log with some other processor > > running over the same machine but not the same copy of linux, we > > need to keep their log aligned, so that it would

Re: [PATCH 3/3] printk: using booting time as the timestamp

2014-04-05 Thread Peter Zijlstra
On Fri, Apr 04, 2014 at 02:55:35PM -0700, John Stultz wrote: On 04/03/2014 08:18 PM, Lei Wen wrote: As people may want to align the kernel log with some other processor running over the same machine but not the same copy of linux, we need to keep their log aligned, so that it would not make

Re: [PATCH 3/3] printk: using booting time as the timestamp

2014-04-04 Thread John Stultz
On 04/03/2014 08:18 PM, Lei Wen wrote: > As people may want to align the kernel log with some other processor > running over the same machine but not the same copy of linux, we > need to keep their log aligned, so that it would not make debug > process hard and confused. > > Signed-off-by: Lei Wen

Re: [PATCH 3/3] printk: using booting time as the timestamp

2014-04-04 Thread John Stultz
On 04/03/2014 08:18 PM, Lei Wen wrote: As people may want to align the kernel log with some other processor running over the same machine but not the same copy of linux, we need to keep their log aligned, so that it would not make debug process hard and confused. Signed-off-by: Lei Wen

[PATCH 3/3] printk: using booting time as the timestamp

2014-04-03 Thread Lei Wen
As people may want to align the kernel log with some other processor running over the same machine but not the same copy of linux, we need to keep their log aligned, so that it would not make debug process hard and confused. Signed-off-by: Lei Wen --- kernel/printk/printk.c | 4 ++-- 1 file

[PATCH 3/3] printk: using booting time as the timestamp

2014-04-03 Thread Lei Wen
As people may want to align the kernel log with some other processor running over the same machine but not the same copy of linux, we need to keep their log aligned, so that it would not make debug process hard and confused. Signed-off-by: Lei Wen lei...@marvell.com --- kernel/printk/printk.c |