]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 22:20:10 +0000 (15:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 22:20:10 +0000 (15:20 -0700)
commit07ae7b6fc31d459776f36a44845916339732877c
tree8553406baccf981cdc3b6251dd3c7e89de2fc4ca
parentfc0dfd64256979085c9a3d61204bd7775acef085
parente58a6478a7e322b84bf0be42b1ddfc54d594898e
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "Two patches to fix fallouts from the kernfs conversion:

  Li's patch to stop leaking cgroup_root refs across multiple mounts and
  the other fixes the 90s hang during shutdown caused by always using
  root's uid/gid for new cgroup dirs and files."

* 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: newly created dirs and files should be owned by the creator
  cgroup: fix top cgroup refcnt leak