RE: [PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body

2025-06-04 Thread Zhuo, Qiuxu
> From: Fabio M. De Francesco > [...] > Subject: [PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body > > ghes_do_proc() has a catch-all for unknown or unhandled CPER formats (UEFI > v2.10 Appendix N 2.3), extlog_print() does not. This gap was noticed by a RAS &g

Re: [PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body

2025-06-03 Thread Dave Jiang
On 6/3/25 8:54 AM, Fabio M. De Francesco wrote: > ghes_do_proc() has a catch-all for unknown or unhandled CPER formats > (UEFI v2.10 Appendix N 2.3), extlog_print() does not. This gap was > noticed by a RAS test that injected CXL protocol errors which were > notified to extlog_print() via the IO

[PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body

2025-06-03 Thread Fabio M. De Francesco
ghes_do_proc() has a catch-all for unknown or unhandled CPER formats (UEFI v2.10 Appendix N 2.3), extlog_print() does not. This gap was noticed by a RAS test that injected CXL protocol errors which were notified to extlog_print() via the IOMCA (I/O Machine Check Architecture) mechanism. Bring parit