]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Jun 2017 22:37:03 +0000 (15:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Jun 2017 22:37:03 +0000 (15:37 -0700)
commit2c503687d167141b5c7ffc215ff5501797f4e629
tree76d562693c551a38d1d096fe598f8b9612366256
parent771bbafe1f33ab5e710e09dc871b131a983a947c
parentaa19c486bb0a85c07abf1b8a5f6e31c883cb35e3
Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "Two cgroup fixes. One to address RCU delay of cpuset removal affecting
  userland visible behaviors. The other fixes a race condition between
  controller disable and cgroup removal"

* 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cpuset: consider dying css as offline
  cgroup: Prevent kill_css() from being called more than once