Hello, Linus. Nothing too interesting. Just a handful of cleanup patches. The pull of for-3.17-fixes was to put follow-up cleanups on top of a fix patch. Thanks. The following changes since commit aa32362f011c6e863132b16c1761487166a4bad2: cgroup: check cgroup liveliness before unbreaking kernfs (2014-09-05 01:36:19 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.18 for you to fetch changes up to e756c7b698604f11a979f2781d06eb7b80aba363: Revert "cgroup: remove redundant variable in cgroup_mount()" (2014-09-26 00:16:23 -0400) ---------------------------------------------------------------- Dongsheng Yang (1): cgroup: fix a typo in comment. Li Zefan (3): cgroup: remove some useless forward declarations cgroup: remove redundant code in cgroup_rmdir() cgroup: remove bogus comments Tejun Heo (1): Merge branch 'for-3.17-fixes' of ra.kernel.org:/.../tj/cgroup into for-3.18 Zefan Li (9): cgroup: use a per-cgroup work for release agent cgroup: simplify proc_cgroup_show() cpuset: simplify proc_cpuset_show() cgroup: remove redundant check in cgroup_ino() perf/cgroup: Remove perf_put_cgroup() cgroup: remove CGRP_RELEASABLE flag cgroup: fix missing unlock in cgroup_release_agent() cgroup: remove redundant variable in cgroup_mount() Revert "cgroup: remove redundant variable in cgroup_mount()" fs/proc/base.c | 39 ++--------- include/linux/cgroup.h | 26 ++----- include/linux/cpuset.h | 3 +- kernel/cgroup.c | 184 ++++++++++++++----------------------------------- kernel/cpuset.c | 15 +--- kernel/events/core.c | 7 +- mm/memory-failure.c | 2 +- 7 files changed, 71 insertions(+), 205 deletions(-) -- tejun -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html