]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Mar 2019 21:24:27 +0000 (13:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Mar 2019 21:24:27 +0000 (13:24 -0800)
commit20d3d99a67cd1841f77d14b10e4998fc5c3e2754
treee67b1f3499f255477cadf5f418319fffed117874
parent3aef5ca0245a1d0e4e51f5aea79ded076ec0eba8
parent099a07228edd8028c92b705c112e7beff0231b1b
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "Assorted fixes that sat in -next for a while, all over the place"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  aio: Fix locking in aio_poll()
  exec: Fix mem leak in kernel_read_file
  copy_mount_string: Limit string length to PATH_MAX
  cgroup: saner refcounting for cgroup_root
  fix cgroup_do_mount() handling of failure exits
fs/aio.c
fs/namespace.c