]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Sep 2014 16:06:18 +0000 (09:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Sep 2014 16:06:18 +0000 (09:06 -0700)
commit32d9f540c34453543074b144eaedc985ed36fa7c
tree40f755e8f87c9cca34942b6bfae444a17ac8074b
parent0253c7e71a631e7790136158743210411ea120f3
parentbcaed9076abfea16b34f4e5f278e24ca4e7d16fd
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "One late fix for cgroup.

  I was waiting for another set of fixes for a long-standing obscure
   cpuset bug but am not sure whether they'll be ready before v3.17
  release.  This one is a simple fix for a mutex unlock balance bug in
  an allocation failure path in pidlist_array_load().

  The bug was introduced in v3.14 and the fix is tagged for -stable"

* 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: fix unbalanced locking