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

2024-08-06 Thread Bjorn Helgaas
On Mon, May 27, 2024 at 04:43:40PM +0200, Fabio M. De Francesco wrote: > In extlog_print(), trace "Non-standard Section Body" reported by firmware > to the OS via Common Platform Error Record (CPER) (UEFI v2.10 Appendix N > 2.3) to add further debug information and so to make ELOG log > consistentl

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

2024-08-06 Thread Dan Williams
Fabio M. De Francesco wrote: > In extlog_print(), trace "Non-standard Section Body" reported by firmware > to the OS via Common Platform Error Record (CPER) (UEFI v2.10 Appendix N > 2.3) to add further debug information and so to make ELOG log > consistently with ghes_do_proc() (GHES). I think thi

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

2024-05-30 Thread Fabio M. De Francesco
In extlog_print(), trace "Non-standard Section Body" reported by firmware to the OS via Common Platform Error Record (CPER) (UEFI v2.10 Appendix N 2.3) to add further debug information and so to make ELOG log consistently with ghes_do_proc() (GHES). Cc: Dan Williams Signed-off-by: Fabio M. De Fra