Hi all, Today's linux-next merge of the vfs-brauner tree got a conflict in: include/linux/ipc_namespace.h between commit: 18b19abc3709b ("Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs") from the origin tree and commit: 53195eef8fbf0 ("Merge branch 'namespace-6.18' into vfs.all") from the vfs-brauner 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/ipc_namespace.h index 12faca29bbb9c,75bd73839b3b7..0000000000000 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h @@@ -129,6 -129,9 +129,10 @@@ static inline int mq_init_ns(struct ipc #endif #if defined(CONFIG_IPC_NS) ++ + extern struct ipc_namespace *copy_ipcs(u64 flags, + struct user_namespace *user_ns, struct ipc_namespace *ns); + static inline struct ipc_namespace *to_ipc_ns(struct ns_common *ns) { return container_of(ns, struct ipc_namespace, ns);