linux-next: manual merge of the vfio tree with the mm-nonmm-stable tree

Stephen Rothwell posted 1 patch 22 hours ago
There is a newer version of this series
linux-next: manual merge of the vfio tree with the mm-nonmm-stable tree
Posted by Stephen Rothwell 22 hours ago
Hi all,

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

  tools/testing/selftests/vfio/lib/vfio_pci_device.c

between commit:

  e6fbd1759c9e ("selftests: complete kselftest include centralization")

from the mm-nonmm-stable tree and commit:

  657d241e695f ("vfio: selftests: Rename vfio_util.h to libvfio.h")

from the vfio 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.

-- 
Cheers,
Stephen Rothwell

diff --cc tools/testing/selftests/vfio/lib/vfio_pci_device.c
index 4628beb62453,13fdb4b0b10f..000000000000
--- a/tools/testing/selftests/vfio/lib/vfio_pci_device.c
+++ b/tools/testing/selftests/vfio/lib/vfio_pci_device.c
@@@ -19,8 -19,8 +19,8 @@@
  #include <linux/types.h>
  #include <linux/vfio.h>
  
 -#include "../../../kselftest.h"
 +#include "kselftest.h"
- #include <vfio_util.h>
+ #include <libvfio.h>
  
  #define PCI_SYSFS_PATH	"/sys/bus/pci/devices"