Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340061
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHSET] cgroup: misc fixes and cleanups |
| Date | 2016-02-23 00:10 +0100 |
| Message-ID | <r57M5-4Su-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This patchset contains the following six patches. The first one is a
fix but should be safe to route through for-4.6. The rest are misc
cleanups and improvements which don't cause notable behavior changes.
0001-cgroup-fix-error-return-value-of-cgroup_addrm_files.patch
0002-Revert-cgroup-add-cgroup_subsys-css_e_css_changed.patch
0003-cgroup-s-child_subsys_mask-subtree_ss_mask.patch
0004-cgroup-convert-for_each_subsys_which-to-do-while-sty.patch
0005-cgroup-use-do_each_subsys_mask-where-applicable.patch
0006-cgroup-make-cgroup-subsystem-masks-u16.patch
The patchset based on top of cgroup/for-4.6 223ffb29f972 ("cgroup:
provide cgroup_nov1= to disable controllers in v1 mounts") and is
available in the following git branch.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-misc
diffstat follows. I'll pull in the branch into cgroup/for-4.6
soonish.
include/linux/cgroup-defs.h | 12 +-
kernel/cgroup.c | 217 +++++++++++++++++++-------------------------
2 files changed, 102 insertions(+), 127 deletions(-)
Thanks.
--
tejun
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHSET] cgroup: misc fixes and cleanups Tejun Heo <tj@kernel.org> - 2016-02-23 00:10 +0100 [PATCH 1/6] cgroup: fix error return value of cgroup_addrm_files() Tejun Heo <tj@kernel.org> - 2016-02-23 00:10 +0100 [PATCH 2/6] Revert "cgroup: add cgroup_subsys->css_e_css_changed()" Tejun Heo <tj@kernel.org> - 2016-02-23 00:10 +0100 [PATCH 4/6] cgroup: convert for_each_subsys_which() to do-while style Tejun Heo <tj@kernel.org> - 2016-02-23 00:10 +0100 [PATCH 3/6] cgroup: s/child_subsys_mask/subtree_ss_mask/ Tejun Heo <tj@kernel.org> - 2016-02-23 00:10 +0100 Re: [PATCHSET] cgroup: misc fixes and cleanups Johannes Weiner <hannes@cmpxchg.org> - 2016-02-23 02:40 +0100 Re: [PATCHSET] cgroup: misc fixes and cleanups Tejun Heo <tj@kernel.org> - 2016-02-23 04:30 +0100 Re: [PATCHSET] cgroup: misc fixes and cleanups Zefan Li <lizefan@huawei.com> - 2016-02-23 05:00 +0100
csiph-web