]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Dec 2013 17:49:20 +0000 (09:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Dec 2013 17:49:20 +0000 (09:49 -0800)
commit0cc81e09cda446b16d3ba910cc5d16ad873a3f69
treea976bf244c4ee3c821a307e4c14fcedfe565ac77
parentc350151f91a89a59dc26b361103f81f942130e27
parent70726f8569c5a6c4c3ccef001ca94ba7dfa51bbc
Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "Two fixes.  One fixes a bug in the error path of cgroup_create().  The
  other changes cgrp->id lifetime rule so that the id doesn't get
  recycled before all controller states are destroyed.  This premature
  id recycling made memcg malfunction"

* 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: don't recycle cgroup id until all csses' have been destroyed
  cgroup: fix cgroup_create() error handling path