]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Aug 2018 16:25:39 +0000 (09:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Aug 2018 16:25:39 +0000 (09:25 -0700)
commitf22ee574e14f7f128da4a4378a6e3bf0d13955b1
tree83b36e8ff3c5eabe0d235f863adcf54f838f838a
parent08cf4b2eab7bcb27ba796f1f2989425fa2091fef
parent19c44e8ad47cc09350d67dbd0dd01c190d6c3a9b
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()
arch/alpha/kernel/osf_sys.c
fs/xattr.c
kernel/sys.c