[GIT PULL] cgroup fixes for v4.7-rc5

From: Tejun Heo
Date: Wed Jun 29 2016 - 09:30:09 EST


Hello, Linus.

Three fix patches. Two are for cgroup / css init failure path. The
last one makes css_set_lock irq-safe as the deadline scheduler ends up
calling put_css_set() from irq context.

Thanks.

The following changes since commit ea8ea737c46cffa5d0ee74309f81e55a7e5e9c2a:

Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (2016-05-26 10:33:33 -0700)

are available in the git repository at:

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

for you to fetch changes up to 82d6489d0fed2ec8a8c48c19e8d8a04ac8e5bb26:

cgroup: Disable IRQs while holding css_set_lock (2016-06-23 17:23:12 -0400)

----------------------------------------------------------------
Daniel Bristot de Oliveira (1):
cgroup: Disable IRQs while holding css_set_lock

Tejun Heo (1):
cgroup: set css->id to -1 during init

Wenwei Tao (1):
cgroup: remove redundant cleanup in css_create

kernel/cgroup.c | 148 +++++++++++++++++++++++++++++---------------------------
1 file changed, 76 insertions(+), 72 deletions(-)

--
tejun