Hi all, Today's linux-next merge of the selinux tree got a conflict in: fs/io-wq.c between commit: dd47c104533d ("io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items") from Linus' tree and commit: 5bd2182d58e9 ("audit,io_uring,io-wq: add some basic audit support to io_uring") from the selinux 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 fs/io-wq.c index b5fd015268d7,dac5c5961c9d..000000000000 --- a/fs/io-wq.c +++ b/fs/io-wq.c @@@ -14,7 -14,7 +14,8 @@@ #include #include #include + #include +#include #include "io-wq.h"