Re: [PATCH v16 09/10] cxl: Remove Endpoint AER correctable handler
From: Dan Williams
Date: Sun Mar 29 2026 - 21:26:46 EST
Terry Bowman 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>
Yeah, the next incremental patch to add is probably deleting the handler
altogether because it does not appear to be doing anything useful.
Please correct me if I am missing something.