Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Pull namespace fixes from Eric Biederman: "This tree includes two bug fixes for problems Oleg spotted on his review of the recent pid namespace work. A small fix to not enable bottom halves with irqs disabled, and a trivial build fix for f2fs with user namespaces enabled." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: f2fs: Don't assign e_id in f2fs_acl_from_disk proc: Allow proc_free_inum to be called from any context pidns: Stop pid allocation when init dies pidns: Outlaw thread creation after unshare(CLONE_NEWPID)
Showing
- fs/f2fs/acl.c 0 additions, 1 deletionfs/f2fs/acl.c
- fs/proc/generic.c 7 additions, 6 deletionsfs/proc/generic.c
- include/linux/pid.h 1 addition, 0 deletionsinclude/linux/pid.h
- include/linux/pid_namespace.h 3 additions, 1 deletioninclude/linux/pid_namespace.h
- kernel/fork.c 8 additions, 0 deletionskernel/fork.c
- kernel/pid.c 12 additions, 3 deletionskernel/pid.c
- kernel/pid_namespace.c 4 additions, 0 deletionskernel/pid_namespace.c
Please register or sign in to comment