Hardware errors reported through APEI/GHES are recorded in the kernel's hwerr_data array so that crash tooling can tell from the vmcore whether a hardware error preceded a crash.
This short series improves that path: * The first patch is just a fix. * The second adds a HWERR_FATAL bucket that records panic-severity errors -- the ones most likely to have caused the crash -- when GHES reports them. Signed-off-by: Breno Leitao <[email protected]> --- Breno Leitao (2): ACPI: APEI: GHES: fix severity namespace in ghes_log_hwerr() vmcore_info: track fatal hardware errors drivers/acpi/apei/ghes.c | 7 ++++++- include/uapi/linux/vmcore.h | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) --- base-commit: 4fa3f5fabb30bf00d7475d5a33459ea83d639bf9 change-id: 20260617-hwerr-a28d5d66ae87 Best regards, -- Breno Leitao <[email protected]>
