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

2025-05-20 Thread Jonathan Cameron
On Tue, 29 Apr 2025 19:21:06 +0200 "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_p

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

2025-04-29 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