mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
ACPI: extlog: Trace CPER PCI Express Error Section
I/O Machine Check Architecture events may signal failing PCIe components or links. The AER event contains details on what was happening on the wire when the error was signaled. Trace the CPER PCIe Error section (UEFI v2.11, Appendix N.2.7) reported by the I/O MCA. Reviewed-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Signed-off-by: Fabio M. De Francesco <fabio.m.de.francesco@linux.intel.com> Link: https://patch.msgid.link/20260114101543.85926-3-fabio.m.de.francesco@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
a2995f7dab
commit
e778ffefa3
@@ -973,7 +973,7 @@ void pci_print_aer(struct pci_dev *dev, int aer_severity,
|
||||
pcie_print_tlp_log(dev, &aer->header_log, info.level,
|
||||
dev_fmt(" "));
|
||||
}
|
||||
EXPORT_SYMBOL_NS_GPL(pci_print_aer, "CXL");
|
||||
EXPORT_SYMBOL_GPL(pci_print_aer);
|
||||
|
||||
/**
|
||||
* add_error_device - list device to be handled
|
||||
|
||||
Reference in New Issue
Block a user