Hi all, Today's linux-next merge of the userns tree got a conflict in: include/linux/user_namespace.h between commit: 5b8fea65d197 ("fanotify: configurable limits via sysfs") from Linus' tree and commits: 21d1c5e386bc ("Reimplement RLIMIT_NPROC on top of ucounts") 6e52a9f0532f ("Reimplement RLIMIT_MSGQUEUE on top of ucounts") d64696905554 ("Reimplement RLIMIT_SIGPENDING on top of ucounts") d7c9e99aee48 ("Reimplement RLIMIT_MEMLOCK on top of ucounts") from the userns 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 include/linux/user_namespace.h index 1d08dbbcfe32,61794ae32fa8..000000000000 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@@ -49,11 -49,11 +49,15 @@@ enum ucount_type #ifdef CONFIG_INOTIFY_USER UCOUNT_INOTIFY_INSTANCES, UCOUNT_INOTIFY_WATCHES, +#endif +#ifdef CONFIG_FANOTIFY + UCOUNT_FANOTIFY_GROUPS, + UCOUNT_FANOTIFY_MARKS, #endif + UCOUNT_RLIMIT_NPROC, + UCOUNT_RLIMIT_MSGQUEUE, + UCOUNT_RLIMIT_SIGPENDING, + UCOUNT_RLIMIT_MEMLOCK, UCOUNT_COUNTS, };
Attachment:
pgptsJp4HyKah.pgp
Description: OpenPGP digital signature