Re: [PATCH v11 16/23] cxl/pci: Introduce CXL Endpoint protocol error handlers

From: Lukas Wunner
Date: Wed Aug 27 2025 - 03:54:31 EST


On Tue, Aug 26, 2025 at 08:35:31PM -0500, Terry Bowman wrote:
> +++ b/include/linux/pci.h
> @@ -868,6 +868,9 @@ enum pci_ers_result {
>
> /* No AER capabilities registered for the driver */
> PCI_ERS_RESULT_NO_AER_DRIVER = (__force pci_ers_result_t) 6,
> +
> + /* System is unstable, panic. Is CXL specific */
> + PCI_ERS_RESULT_PANIC = (__force pci_ers_result_t) 7,
> };

Please update Documentation/PCI/pci-error-recovery.rst as well with
this new return value.

Thanks,

Lukas