[GIT PULL] cgroup fixes for v4.8-rc8

From: Tejun Heo
Date: Tue Sep 27 2016 - 19:34:49 EST


Hello, Linus.

Three late fixes for cgroup. Two cpuset ones, one trivial and the
other pretty obscure, and a cgroup core fix for a bug which impacts
cgroup v2 namespace users.

Thanks.

The following changes since commit 568ac888215c7fb2fabe8ea739b00ec3c1f5d440:

cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork (2016-08-17 09:54:52 -0400)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.8-fixes

for you to fetch changes up to 9157056da8f8c4a6305f15619e269f164b63a6de:

cgroup: fix invalid controller enable rejections with cgroup namespace (2016-09-23 16:55:49 -0400)

----------------------------------------------------------------
Joonwoo Park (1):
cpuset: handle race between CPU hotplug and cpuset_hotplug_work

Tejun Heo (1):
cgroup: fix invalid controller enable rejections with cgroup namespace

Wei Yongjun (1):
cpuset: fix non static symbol warning

kernel/cgroup.c | 29 +++++++++++++++++++++++++----
kernel/cpuset.c | 19 +++++++++++++++----
2 files changed, 40 insertions(+), 8 deletions(-)

--
tejun