Hi all,
Today's linux-next merge of the vfio tree got a conflict in:
tools/testing/selftests/vfio/vfio_iommufd_setup_test.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/vfio_iommufd_setup_test.c
index 6854a9dedff3,caf1c6291f3d..000000000000
--- a/tools/testing/selftests/vfio/vfio_iommufd_setup_test.c
+++ b/tools/testing/selftests/vfio/vfio_iommufd_setup_test.c
@@@ -10,8 -10,8 +10,8 @@@
#include <sys/ioctl.h>
#include <unistd.h>
- #include <vfio_util.h>
+ #include <libvfio.h>
-#include "../kselftest_harness.h"
+#include "kselftest_harness.h"
static const char iommu_dev_path[] = "/dev/iommu";
static const char *cdev_path;