[GIT PULL] cgroup fixes for v4.14-rc3

From: Tejun Heo
Date: Tue Oct 03 2017 - 09:34:16 EST


Hello, Linus.

The recent migration code updates assumed that migrations always
execute from the top to the bottom once and didn't clean up internal
states after each migration round; however, cgroup_transfer_tasks()
repeats the inner steps multiple times and the garbage internal states
from the previous iteration led to OOPS. Waiman fixed the bug by
reinitializing the relevant states at the end of each migration round.

Thanks.

The following changes since commit 6e80ecdddf4ea6f3cd84e83720f3d852e6624a68:

Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm (2017-09-21 15:51:19 -1000)

are available in the git repository at:

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

for you to fetch changes up to c4fa6c43ce4b427350cfbb659436bfe3d9e09a1d:

cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns (2017-09-22 08:14:45 -0700)

----------------------------------------------------------------
Waiman Long (1):
cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns

kernel/cgroup/cgroup.c | 8 ++++++++
1 file changed, 8 insertions(+)


--
tejun