]> 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)
commit1c3b7b634e5d1d9fce2d1254240448f60c5894ed
tree3ea8462bc0c1951c38ee93e7d91a5449a565b6b7
parent1f90bbeb7ab6525a36c50cb239926cb256fc275d
parenta40856366effd698172ca129312f6ad7de84302b
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