On Tue 07-04-20 16:09:39, Thomas Gleixner wrote:
Jan Kara jack@suse.cz writes:
Commit 769071ac9f20 "ns: Introduce Time Namespace" broke reporting of inotify ucounts (max_inotify_instances, max_inotify_watches) in /proc/sys/user because it has added UCOUNT_TIME_NAMESPACES into enum ucount_type but didn't properly update reporting in kernel/ucount.c:setup_userns_sysctls(). Update the reporting to fix the issue and also add BUILD_BUG_ON to catch a similar problem in the future.
Just merged that:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=timers...
Could you please send a patch with just the build bug on ?
Sure, will do.
Honza