]> 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)
commit730b3160c2c586974dc9c2c710763f90dee11de3
tree40f755e8f87c9cca34942b6bfae444a17ac8074b
parent22daa24fb4adf3709e5b99eb0eb54d7539be6466
parent78ad9dfd7b56ad7bb3842d885a2abd9b16d891f5
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