From e64616ef3c93e45e89ee303cbccee814f2cc71f2 Mon Sep 17 00:00:00 2001 From: icxes <76759714+icxes@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:14:53 +0300 Subject: [PATCH] linux 6.3 RC: fix ACS override patch causing an error (#725) --- linux-tkg-patches/6.3/0006-add-acs-overrides_iommu.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-tkg-patches/6.3/0006-add-acs-overrides_iommu.patch b/linux-tkg-patches/6.3/0006-add-acs-overrides_iommu.patch index d1303a5..562c51f 100644 --- a/linux-tkg-patches/6.3/0006-add-acs-overrides_iommu.patch +++ b/linux-tkg-patches/6.3/0006-add-acs-overrides_iommu.patch @@ -182,11 +182,11 @@ index 4700d24e5d55..8f7a3d7fd9c1 100644 /* * Some Atheros AR9xxx and QCA988x chips do not behave after a bus reset. * The device will throw a Link Down error on AER-capable systems and -@@ -4513,6 +4613,7 @@ static const struct pci_dev_acs_enabled { - { PCI_VENDOR_ID_ZHAOXIN, 0x9083, pci_quirk_mf_endpoint_acs }, - /* Zhaoxin Root/Downstream Ports */ +@@ -5102,6 +5102,7 @@ { PCI_VENDOR_ID_ZHAOXIN, PCI_ANY_ID, pci_quirk_zhaoxin_pcie_ports_acs }, -+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides }, + /* Wangxun nics */ + { PCI_VENDOR_ID_WANGXUN, PCI_ANY_ID, pci_quirk_wangxun_nic_acs }, ++ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides }, { 0 } };