Re: [PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-13 Thread Baicar, Tyler
Hello Punit, On 10/13/2016 4:54 AM, Punit Agrawal wrote: Hi Tyler, One last comment... Tyler Baicar writes: UEFI spec allows for non-standard section in Common Platform Error Record. This is defined in section N.2.3 of UEFI version 2.5. Currently if the CPER

Re: [PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-13 Thread Baicar, Tyler
Hello Punit, On 10/13/2016 4:54 AM, Punit Agrawal wrote: Hi Tyler, One last comment... Tyler Baicar writes: UEFI spec allows for non-standard section in Common Platform Error Record. This is defined in section N.2.3 of UEFI version 2.5. Currently if the CPER section's type (UUID) does not

Re: [PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-13 Thread Punit Agrawal
Hi Tyler, One last comment... Tyler Baicar writes: > UEFI spec allows for non-standard section in Common Platform Error > Record. This is defined in section N.2.3 of UEFI version 2.5. > > Currently if the CPER section's type (UUID) does not match with > any section type

Re: [PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-13 Thread Punit Agrawal
Hi Tyler, One last comment... Tyler Baicar writes: > UEFI spec allows for non-standard section in Common Platform Error > Record. This is defined in section N.2.3 of UEFI version 2.5. > > Currently if the CPER section's type (UUID) does not match with > any section type that the kernel knows

[PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-07 Thread Tyler Baicar
UEFI spec allows for non-standard section in Common Platform Error Record. This is defined in section N.2.3 of UEFI version 2.5. Currently if the CPER section's type (UUID) does not match with any section type that the kernel knows how to parse, trace event is not generated for such section. And

[PATCH V3 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section

2016-10-07 Thread Tyler Baicar
UEFI spec allows for non-standard section in Common Platform Error Record. This is defined in section N.2.3 of UEFI version 2.5. Currently if the CPER section's type (UUID) does not match with any section type that the kernel knows how to parse, trace event is not generated for such section. And