On Tue, 8 Oct 2024 17:16:56 -0500 Terry Bowman <terry.bowman@xxxxxxx> wrote: > The CXL driver needs to enable AER correctable and uncorrectable internal > errors in order to receive notification of protocol > errors. pci_aer_unmask_internal_errors() is currently defined as > 'static' in the AER service driver. > > Update the AER service driver, exporting pci_aer_unmask_internal_errors() > to CXL namespace. > > Signed-off-by: Terry Bowman <terry.bowman@xxxxxxx> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> (subject to suggestion we just enable internal errors for all devices and sit back and watch for error reports :))