linux-next: manual merge of the iommu tree with the pci tree

Mark Brown posted 1 patch 2 days, 1 hour ago
linux-next: manual merge of the iommu tree with the pci tree
Posted by Mark Brown 2 days, 1 hour ago
Hi all,

Today's linux-next merge of the iommu tree got a conflict in:

  drivers/pci/pci.c

between commit:

  183c291caa34cc ("PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is held")

from the pci tree and commit:

  f5b16b802174fe ("PCI: Suspend iommu function prior to resetting a device")

from the iommu tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

diff --cc drivers/pci/pci.c
index f7630fb3092857,a0ba42ae7ee01e..00000000000000
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@@ -13,7 -13,7 +13,8 @@@
  #include <linux/delay.h>
  #include <linux/dmi.h>
  #include <linux/init.h>
+ #include <linux/iommu.h>
 +#include <linux/lockdep.h>
  #include <linux/msi.h>
  #include <linux/of.h>
  #include <linux/pci.h>