Re: [PATCH v5 07/10] ACPI: APEI: introduce GHES helper
From: Ahmed Tiba
Date: Tue Jun 09 2026 - 11:15:23 EST
On 29/05/2026 17:21, Jonathan Cameron wrote:
On Fri, 29 May 2026 10:50:47 +0100
Ahmed Tiba <ahmed.tiba@xxxxxxx> wrote:
Add a dedicated GHES_CPER_HELPERS Kconfig entry so the shared helper codeI guess it doesn't matter too much as in practice all exiting CXL systems
can be built even when ACPI_APEI_GHES is disabled. Update the build glue
and headers to depend on the new symbol.
Signed-off-by: Ahmed Tiba <ahmed.tiba@xxxxxxx>
are ACPI based, but is this new symbol sufficient for the
CONFIG_CXL_RAS dependency?
Rest of this looks fine to me.
CONFIG_CXL_RAS still depends on ACPI_APEI_GHES which in turn selects
GHES_CPER_HELPERS so the existing dependency for CXL RAS is unchanged.
The new symbol is intended as internal build glue under ACPI_APEI_GHES, rather than a change to the CXL RAS dependency model.
Ahmed