Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391812 > unrolled thread
| Started by | Aleksa Sarai <asarai@suse.de> |
|---|---|
| First post | 2016-05-01 15:10 +0200 |
| Last post | 2016-05-01 15:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] cgroup: allow management of subtrees by cgroup namespaces Aleksa Sarai <asarai@suse.de> - 2016-05-01 15:10 +0200
| From | Aleksa Sarai <asarai@suse.de> |
|---|---|
| Date | 2016-05-01 15:10 +0200 |
| Subject | [PATCH] cgroup: allow management of subtrees by cgroup namespaces |
| Message-ID | <rtZih-1AP-3@gated-at.bofh.it> |
Currently, the maintainers of runC are working on implementing rootless containers using the new unprivileged user namespace capabilities of Linux[1]. The only missing core feature is management of cgroups by the container (such as setting resource limits and pausing containers). Given the recent addition of the new cgroup namespace, this patchset implements additional functionality to cgroup namespaces to allow containers to set up and manage their own cgroup subtrees without compromising the resource limitations enforced by cgroup controllers. [1]: https://github.com/opencontainers/runc/pull/774 Aleksa Sarai (1): cgroup: allow management of subtrees by new cgroup namespaces kernel/cgroup.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 2 deletions(-) -- 2.8.1
Back to top | Article view | linux.kernel
csiph-web