]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Oct 2013 07:20:34 +0000 (08:20 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Oct 2013 07:20:34 +0000 (08:20 +0100)
commitff165ba0d1c1428948a9a117e9d21781916aac47
tree448cfbb1827083f875729135d4ab0d00b0f0752b
parent5fd6c739c1e5b79fbff4afc7b5d15b7c6abddbd2
parente071e70e20707984d42f7d3803659a182206f4a8
Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "Two late fixes for cgroup.

  One fixes descendant walk introduced during this rc1 cycle.  The other
  fixes a post 3.9 bug during task attach which can lead to hang.  Both
  fixes are critical and the fixes are relatively straight-forward"

* 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: fix to break the while loop in cgroup_attach_task() correctly
  cgroup: fix cgroup post-order descendant walk of empty subtree
kernel/cgroup.c