When trying to build an updated Kernel for Proxmox, using the latest (v2.14.2) "0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch" file pulled from git I get an error on the makefile output when it runs through the patch:
My ACS override isn't working with "pcie_acs_override=downstream,multifunction" might this be the reason why?
Code:
patching file drivers/pci/quirks.c
Using Plan A...
patch: **** malformed patch at line 187: @@ -4514,6 +4615,7 @@ static const struct pci_dev_acs_enabled {
My ACS override isn't working with "pcie_acs_override=downstream,multifunction" might this be the reason why?