ernel/git/tj/cgroup - net-next.git - net-next plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-31 13:54:41 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-31 13:54:41 -0800
commitf1774f46d49f806614d81854321ee9e5138135e5 (patch)
tree3ea8462bc0c1951c38ee93e7d91a5449a565b6b7
parent298a2d87518ec01bb36070fafe31da7746556db0 (diff)
parent07cd12945551b63ecb1a349d50a6d69d1d6feb4a (diff)
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
-rw-r--r--kernel/cgroup.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c