Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1392227
| From | Aleksa Sarai <asarai@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] cgroup: allow management of subtrees by new cgroup namespaces |
| Date | 2016-05-02 16:10 +0200 |
| Message-ID | <rumHU-4HQ-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is an updated version of v2 of this patchset[1]. It includes an
improvement to cgroup core to correctly apply the common ancestor
cgroup.procs restriction on cgroupv1 hierarchies. This fixes
187fe84067bd ("cgroup: require write perm on common ancestor when moving
processes on the default hierarchy"), ensuring that the three guarantees
described in the second patch are held for both cgroupv1 and cgroupv2.
In addition, this patchset now includes a way to disable the auto-mode
changing functionality. An administrator may disable it on a
cgroup-by-cgroup basis by setting the cgroups to have the permissions
a-rx. This update also includes an updated version of the comment
describing the guarantees given by Unix directory permissions and cgroup
core.
[1]: https://lkml.org/lkml/2016/5/1/87
Aleksa Sarai (2):
cgroup: apply common ancestor cgroup.procs restriction in cgroupv1
cgroup: allow management of subtrees by new cgroup namespaces
kernel/cgroup.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 92 insertions(+), 5 deletions(-)
--
2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] cgroup: allow management of subtrees by new cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-02 16:10 +0200
[PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-02 16:10 +0200
Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Tejun Heo <tj@kernel.org> - 2016-05-02 18:10 +0200
Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-03 04:00 +0200
Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Tejun Heo <tj@kernel.org> - 2016-05-03 18:00 +0200
Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-04 12:00 +0200
Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-09 16:10 +0200
[PATCH v3 1/2] cgroup: apply common ancestor cgroup.procs restriction in cgroupv1 Aleksa Sarai <asarai@suse.de> - 2016-05-02 16:10 +0200
Re: [PATCH v3 1/2] cgroup: apply common ancestor cgroup.procs restriction in cgroupv1 Tejun Heo <tj@kernel.org> - 2016-05-02 18:10 +0200
Re: [PATCH v3 1/2] cgroup: apply common ancestor cgroup.procs restriction in cgroupv1 Aleksa Sarai <asarai@suse.de> - 2016-05-03 03:50 +0200
csiph-web