Terry Bowman wrote: > The AER service driver and aer_event tracing currently log 'PCIe Bus Type' > for all errors. Update the driver and aer_event tracing to log 'CXL Bus > Type' for CXL device errors. > > This requires the AER can identify and distinguish between PCIe errors and > CXL errors. > > Introduce boolean 'is_cxl' to 'struct aer_err_info'. Add assignment in > aer_get_device_error_info() and pci_print_aer(). > > Update the aer_event trace routine to accept a bus type string parameter. > > Signed-off-by: Terry Bowman <terry.bowman@xxxxxxx> > Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx> Looks good to me, and agree with Shiju's remove the extra trace comment. Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>