Hi all,
Today's linux-next merge of the bpf-next tree got a conflict in:
include/linux/bpf.h
between commit:
9722955b54307 ("bpf: Add simple xattr support to bpffs")
from the vfs-brauner tree and commits:
aef4dfa790b22 ("bpf: Add bpf_trampoline_multi_attach/detach functions")
63a673e8a4112 ("bpf: Expose signature verdict via bpf_prog_aux")
from the bpf-next 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 include/linux/bpf.h
index 64efc3fdb7163,62bba7a4876f5..0000000000000--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@@ -31,7 -32,8 +32,9 @@@
#include <linux/static_call.h>
#include <linux/memcontrol.h>
#include <linux/cfi.h>
+ #include <linux/key.h>
+ #include <linux/ftrace.h>
+#include <linux/xattr.h>
#include <asm/rqspinlock.h>
struct bpf_verifier_env;