Re: [PATCH v19 10/14] cxl: Update CXL Endpoint AER handler

From: Alison Schofield

Date: Mon Aug 03 2026 - 22:24:28 EST


On Mon, Aug 03, 2026 at 05:18:06PM -0500, Terry Bowman wrote:
> Rename cxl_error_detected() to cxl_pci_error_detected() and rename
> the struct pci_error_handlers instance to cxl_pci_error_handlers to
> avoid shadowing the struct type tag.
>
> Document the unconditional CXL RAS read policy: on a dead link,
> readl() returns 0xFFFFFFFF which is interpreted as UCE bits set and
> triggers a panic. If RAS registers are not mapped the read is
> skipped and the frozen/perm_failure switch cases defer to AER
> recovery for devices without active CXL.mem traffic.

Reviewed-by: Alison Schofield <alison.schofield@xxxxxxxxx>