From: Linus Torvalds Date: Tue, 24 Dec 2013 17:49:20 +0000 (-0800) Subject: Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... X-Git-Tag: v3.13-rc6~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70e672fa7376d45e262119bda3e1a301e519d4c3;p=kernel%2Fkernel-generic.git Merge branch 'for-3.13-fixes' of git://git./linux/kernel/git/tj/cgroup Pull cgroup fixes from Tejun Heo: "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" * 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: don't recycle cgroup id until all csses' have been destroyed cgroup: fix cgroup_create() error handling path --- 70e672fa7376d45e262119bda3e1a301e519d4c3