Re: [PATCH v6 07/10] ACPI: APEI: introduce GHES helper
From: Ahmed Tiba
Date: Thu Jun 25 2026 - 09:16:55 EST
On 19/06/2026 18:46, Julian Braha wrote:
On 6/19/26 16:45, Ahmed Tiba wrote:
GHES_CPER_HELPERS is intended for both the ACPI GHES path and the DT
firmware-first provider, so I do not want to tie it to ACPI.
So what's the plan to fix the build error when ACPI is disabled:
https://lore.kernel.org/all/0f131ee4-d335-45d2-b6ae-49c18df1353b@xxxxxxxxx/
- Julian Braha
I can fix this by adding a !CONFIG_ACPI fallback for
arch_apei_report_x86_error() in drivers/firmware/efi/cper-x86.c.
Thanks,
Ahmed