Merge branch 'userns-linus' of...
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace Pull namespace fixes from Eric Biederman: "This is a set of four fairly obvious bug fixes: - a switch from d_find_alias to d_find_any_alias because the xattr code perversely takes a dentry - two mutex vs copy_to_user fixes from Jann Horn - a fix to use a sanitized size not the size userspace passed in from Christian Brauner" * 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: getxattr: use correct xattr length sys: don't hold uts_sem while accessing userspace memory userns: move user access out of the mutex cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
Showing
- arch/alpha/kernel/osf_sys.c 24 additions, 27 deletionsarch/alpha/kernel/osf_sys.c
- arch/sparc/kernel/sys_sparc_32.c 13 additions, 9 deletionsarch/sparc/kernel/sys_sparc_32.c
- arch/sparc/kernel/sys_sparc_64.c 12 additions, 8 deletionsarch/sparc/kernel/sys_sparc_64.c
- fs/xattr.c 1 addition, 1 deletionfs/xattr.c
- kernel/sys.c 45 additions, 50 deletionskernel/sys.c
- kernel/user_namespace.c 10 additions, 14 deletionskernel/user_namespace.c
- kernel/utsname_sysctl.c 25 additions, 16 deletionskernel/utsname_sysctl.c
- security/commoncap.c 1 addition, 1 deletionsecurity/commoncap.c
Loading
Please register or sign in to comment