Re: [PATCH v3 07/10] ACPI: extlog: Fix CONFIG_ACPI_APEI_PCIEAER guard typo
Alison Schofield <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-cxl |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 17, 2026 at 09:16:44AM -0700, Dave Jiang wrote: > sashiko-bot flagged that a Kconfig macro typo compiles out the extlog > CXL protocol error handling entirely. > > The guard reads "#ifdef ACPI_APEI_PCIEAER" instead of > "#ifdef CONFIG_ACPI_APEI_PCIEAER", so the wrapped code is always compiled > out. Use the correct CONFIG_ prefixed symbol. > > Reported-by: [email protected] > Fixes: 95350effc3ad ("ACPI: extlog: Trace CPER CXL Protocol Error Section") > Assisted-by: Claude:claude-opus-4-8 > Reviewed-by: Ben Cheatham <[email protected]> > Signed-off-by: Dave Jiang <[email protected]> Reviewed-by: Alison Schofield <[email protected]>