Loading
EDAC/amd64: Don't set up EDAC PCI control on Family 17h+
mainline inclusion from mainline-v6.3-rc1 commit fdce765a category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAU6ZD Reference: https://github.com/torvalds/linux/commit/fdce765a13384cf411d456472d396d8db2b3114f -------------------------------- commit fdce765a upstream EDAC PCI control is used to detect/report legacy PCI errors like "Parity" and "SERROR". Modern AMD systems use PCIe Advanced Error Reporting (AER), and legacy PCI errors should not be reported. Remove EDAC PCI control setup on AMD Family 17h and later systems. Signed-off-by:Yazen Ghannam <yazen.ghannam@amd.com> Signed-off-by:
Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20230127170419.1824692-2-yazen.ghannam@amd.com Signed-off-by:
Hemanth Selam <Hemanth.Selam@amd.com> Signed-off-by:
PvsNarasimha <PVS.NarasimhaRao@amd.com>