[PATCH V17 03/11] cper: add timestamp print to CPER status printing

2017-05-19 Thread Tyler Baicar
The ACPI 6.1 spec added a timestamp to the generic error data entry structure. Print the timestamp out when printing out the error information. Signed-off-by: Tyler Baicar CC: Jonathan (Zhixiong) Zhang --- drivers/firmware/efi/cper.c | 26 ++ 1 file changed, 26 insertion

Re: [PATCH V17 03/11] cper: add timestamp print to CPER status printing

2017-06-06 Thread Ard Biesheuvel
On 19 May 2017 at 21:32, Tyler Baicar wrote: > The ACPI 6.1 spec added a timestamp to the generic error data > entry structure. Print the timestamp out when printing out the > error information. > > Signed-off-by: Tyler Baicar > CC: Jonathan (Zhixiong) Zhang Reviewed-by: Ard Biesheuvel > ---