On Fri, Sep 08, 2023 at 02:36:04PM +0000, Bartosz Pawlowski wrote: > This patch series addresses the problem with A an B steppings of > Intel IPU E2000 which expects incorrect endianness in data field of ATS > invalidation request TLP by disabling ATS capability for vulnerable > devices. > > v2: > - Removed reference to SW workaround in code comment > > Bartosz Pawlowski (2): > PCI: Extract ATS disabling to a helper function > PCI: Disable ATS for specific Intel IPU E2000 devices > > drivers/pci/quirks.c | 35 ++++++++++++++++++++++++++++------- > 1 file changed, 28 insertions(+), 7 deletions(-) Applied to pci/ats for v6.7, thanks!