On Mon, 26 Oct 2020 at 19:39, Alex Williamson <alex.william...@redhat.com> wrote: > ---------------------------------------------------------------- > VFIO update 2020-10-26 > > * Migration support (Kirti Wankhede) > * s390 DMA limiting (Matthew Rosato) > * zPCI hardware info (Matthew Rosato) > * Lock guard (Amey Narkhede) > * Print fixes (Zhengui li)
I get a conflict here in include/standard-headers/linux/fuse.h: ++<<<<<<< HEAD +#define FUSE_ATTR_FLAGS (1 << 27) ++======= + #define FUSE_SUBMOUNTS (1 << 27) ++>>>>>>> remotes/awilliam/tags/vfio-update-20201026.0 I assume these should not both be trying to use the same value, so something has gone wrong somewhere. The conflicting commit now in master is Max's 97d741cc96dd08 ("linux/fuse.h: Pull in from Linux"). Can you sort out the correct resolution between you, please? (My guess is that Max's commit is the erroneous one because it doesn't look like it was created via a standard update from the kernel headers.) thanks -- PMM