Re: [PATCH v16 09/10] cxl: Remove Endpoint AER correctable handler
From: Jonathan Cameron
Date: Mon Mar 09 2026 - 10:13:26 EST
On Mon, 2 Mar 2026 14:36:47 -0600
Terry Bowman <terry.bowman@xxxxxxx> wrote:
> CXL drivers dont require a correctable PCI AER handler. Correctable AER
> errors reported by CXL devices are logged and cleared in the AER driver.
> This makes the correctable AER handler callback in the CXL driver
> unnecessary.
>
> Remove cxl_cor_error_detected() and drop the .cor_error_detected callback
> from the CXL PCI error handlers.
>
> This consolidates correctable error reporting under the CXL RAS infrastructure
> and avoids redundant or conflicting logging with the AER driver.
>
> Signed-off-by: Terry Bowman <terry.bowman@xxxxxxx>
Nice.
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>