The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] vmcoreinfo: GHES: track fatal hardware errors
@ 2026-06-17 13:32 Breno Leitao
  2026-06-17 13:32 ` [PATCH 1/2] ACPI: APEI: GHES: fix severity namespace in ghes_log_hwerr() Breno Leitao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Breno Leitao @ 2026-06-17 13:32 UTC (permalink / raw)
  To: Rafael J. Wysocki, Tony Luck, Borislav Petkov, Hanjun Guo,
	Mauro Carvalho Chehab, Shuai Xue, Len Brown, Andrew Morton,
	Baoquan He, Mike Rapoport, Pasha Tatashin, Pratyush Yadav,
	Dave Young
  Cc: linux-acpi, linux-kernel, riel, caggio, kexec, Breno Leitao,
	kernel-team

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 <leitao@debian.org>
---
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 <leitao@debian.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-29 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 13:32 [PATCH 0/2] vmcoreinfo: GHES: track fatal hardware errors Breno Leitao
2026-06-17 13:32 ` [PATCH 1/2] ACPI: APEI: GHES: fix severity namespace in ghes_log_hwerr() Breno Leitao
2026-06-17 13:32 ` [PATCH 2/2] vmcore_info: track fatal hardware errors Breno Leitao
2026-06-29 16:02 ` [PATCH 0/2] vmcoreinfo: GHES: " Breno Leitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox