From: Linus Torvalds Date: Sat, 22 Jun 2019 16:42:29 +0000 (-0700) Subject: Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci X-Git-Tag: v5.2-rc6~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b253d5f3ecc95c2b4e8d4a525fd754c9e32b0f6e;p=thirdparty%2Flinux.git Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci Pull PCI fix from Bjorn Helgaas: "If an IOMMU is present, ignore the P2PDMA whitelist we added for v5.2 because we don't yet know how to support P2PDMA in that case (Logan Gunthorpe)" * tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present --- b253d5f3ecc95c2b4e8d4a525fd754c9e32b0f6e diff --cc drivers/pci/p2pdma.c index a98126ad9c3aa,84ba3058eadaa..a4994aa3acc08 --- a/drivers/pci/p2pdma.c +++ b/drivers/pci/p2pdma.c @@@ -18,8 -18,11 +18,9 @@@ #include #include #include + #include struct pci_p2pdma { - struct percpu_ref devmap_ref; - struct completion devmap_ref_done; struct gen_pool *pool; bool p2pmem_published; };