From: Linus Torvalds Date: Fri, 29 Nov 2013 17:47:06 +0000 (-0800) Subject: Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... X-Git-Tag: submit/tizen/20160422.055611~1^2~99^2~18^2~2606 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2855987d13d2de99eb337cae98f5656e93452617;p=sdk%2Femulator%2Femulator-kernel.git Merge branch 'for-3.13-fixes' of git://git./linux/kernel/git/tj/cgroup Pull cgroup fixes from Tejun Heo: "Fixes for three issues. - cgroup destruction path could swamp system_wq possibly leading to deadlock. This actually seems to happen in the wild with memcg because memcg destruction path adds nested dependency on system_wq. Resolved by isolating cgroup destruction work items on its dedicated workqueue. - Possible locking context deadlock through seqcount reported by lockdep - Memory leak under certain conditions" * 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: fix cgroup_subsys_state leak for seq_files cpuset: Fix memory allocator deadlock cgroup: use a dedicated workqueue for cgroup destruction --- 2855987d13d2de99eb337cae98f5656e93452617