Hey, Linus. Two fixes. One fixes a bug in the error path of cgroup_create(). The other changes cgrp->id lifetime rule so that the id doesn't get recycled before all controller states are destroyed. This premature id recycling made memcg malfunction. The following changes since commit e605b36575e896edd8161534550c9ea021b03bc0: cgroup: fix cgroup_subsys_state leak for seq_files (2013-11-27 18:16:21 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.13-fixes for you to fetch changes up to c1a71504e9715812a2d15e7c03b5aa147ae70ded: cgroup: don't recycle cgroup id until all csses' have been destroyed (2013-12-17 08:11:52 -0500) Thanks. ---------------------------------------------------------------- Li Zefan (1): cgroup: don't recycle cgroup id until all csses' have been destroyed Tejun Heo (1): cgroup: fix cgroup_create() error handling path kernel/cgroup.c | 50 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 18 deletions(-) -- tejun _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/containers