]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jan 2017 21:54:41 +0000 (13:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jan 2017 21:54:41 +0000 (13:54 -0800)
commit08113e427843b849a0976477a2c1bf58ab037c0d
tree3ea8462bc0c1951c38ee93e7d91a5449a565b6b7
parent9462e2a1a30a7e4839dce4ea2554cea6a2c5eaed
parentdf62c7dcbd2de3101f4c6d8303667c6b572c3aa2
Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "The cgroup creation path was getting the order of operations wrong and
  exposing cgroups which don't have their names set yet to controllers
  which can lead to NULL derefs.

  This contains the fix for the bug"

* 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: don't online subsystems before cgroup_name/path() are operational