public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ACPI: APEI: GHES: Add device-managed notifier helper and NVIDIA CPER handler
@ 2026-03-30  9:41 Kai-Heng Feng
  2026-03-30  9:41 ` [PATCH v3 1/3] ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier() Kai-Heng Feng
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kai-Heng Feng @ 2026-03-30  9:41 UTC (permalink / raw)
  To: rafael
  Cc: jonathan.cameron, helgaas, guohanjun, linux-kernel, linux-acpi,
	linux-pci, acpica-devel, linux-hardening, Kai-Heng Feng

NVIDIA DGX and HGX platforms provide an ACPI device (NVDA2012) alongside
the GHES error source. The device does not generate the error records
itself; its purpose is to allow the vendor CPER handler driver to load
automatically via ACPI enumeration rather than manual module loading.

The series introduces devm_ghes_register_vendor_record_notifier() helper,
let HiSilicon PCI driver and new NVIDA GHES driver use the new helper.

Kai-Heng Feng (3):
  ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier()
  PCI: hisi: Use devm_ghes_register_vendor_record_notifier()
  ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler

 MAINTAINERS                              |   6 +
 drivers/acpi/apei/Kconfig                |  14 +++
 drivers/acpi/apei/Makefile               |   1 +
 drivers/acpi/apei/ghes-nvidia.c          | 149 +++++++++++++++++++++++
 drivers/acpi/apei/ghes.c                 |  18 +++
 drivers/pci/controller/pcie-hisi-error.c |  12 +-
 include/acpi/ghes.h                      |  11 ++
 7 files changed, 200 insertions(+), 11 deletions(-)
 create mode 100644 drivers/acpi/apei/ghes-nvidia.c

-- 
2.50.1 (Apple Git-155)


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

end of thread, other threads:[~2026-04-06 14:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30  9:41 [PATCH v3 0/3] ACPI: APEI: GHES: Add device-managed notifier helper and NVIDIA CPER handler Kai-Heng Feng
2026-03-30  9:41 ` [PATCH v3 1/3] ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier() Kai-Heng Feng
2026-03-30 12:58   ` Breno Leitao
2026-03-31 14:42   ` Shiju Jose
2026-04-01  1:55   ` Shuai Xue
2026-03-30  9:41 ` [PATCH v3 2/3] PCI: hisi: Use devm_ghes_register_vendor_record_notifier() Kai-Heng Feng
2026-03-31  5:34   ` Manivannan Sadhasivam
2026-03-31 14:43   ` Shiju Jose
2026-03-30  9:41 ` [PATCH v3 3/3] ACPI: APEI: GHES: Add NVIDIA vendor CPER record handler Kai-Heng Feng
2026-04-06 14:50 ` [PATCH v3 0/3] ACPI: APEI: GHES: Add device-managed notifier helper and NVIDIA CPER handler Rafael J. Wysocki

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