Re: [PATCH 2/8] Add version and timestamp to oops header

2013-04-15 Thread aruna
On Monday 15 April 2013 01:01 PM, Michael Ellerman wrote: On Wed, Apr 10, 2013 at 12:51:12PM +0530, Aruna Balakrishnaiah wrote: Introduce version and timestamp information in the oops header. oops_log_info (oops header) holds version (to distinguish between old and new format oops header), lengt

Re: [PATCH 2/8] Add version and timestamp to oops header

2013-04-15 Thread Michael Ellerman
On Wed, Apr 10, 2013 at 12:51:12PM +0530, Aruna Balakrishnaiah wrote: > Introduce version and timestamp information in the oops header. > oops_log_info (oops header) holds version (to distinguish between old > and new format oops header), length of the oops text > (compressed or uncompressed) and t

[PATCH 2/8] Add version and timestamp to oops header

2013-04-10 Thread Aruna Balakrishnaiah
Introduce version and timestamp information in the oops header. oops_log_info (oops header) holds version (to distinguish between old and new format oops header), length of the oops text (compressed or uncompressed) and timestamp. Signed-off-by: Aruna Balakrishnaiah Reviewed-by: Jim Keniston ---