From: Aleksa Sarai <cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
To: tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org
Cc: richard-/L3Ra7n9ekc@public.gmane.org,
fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Aleksa Sarai <cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH v6 0/3] cgroups: add pids subsystem
Date: Sat, 14 Mar 2015 15:37:12 +1100 [thread overview]
Message-ID: <1426307835-5893-1-git-send-email-cyphar@cyphar.com> (raw)
This is a revised version of the pids v5 patchset, modified to deal with
several stylistic and correctness issues put forward by Tejun Heo. The
main changes include:
* Add bitmask filtering of for_each_subsys() in the form of
for_each_subsys_which().
* Revert all succeeded can_fork() callbacks if any one of them fails
inside cgroup_can_fork().
* Move revert/reapply code to a reapply_fork() callback provided by each
cgroup controller. It is only run if the association for the specific
subsystem changed during the interlude between cgroup_can_fork() and
cgroup_post_fork().
* Pass an opaque pointer between cgroup_*_fork(), which holds the
"current" task css_set. The css_set is pinned by bumping the refcount
in cgroup_can_fork() and later unpinned in
cgroup_{cancel,post}_fork().
* A whole bunch of userland API and stylistic fixes.
Aleksa Sarai (3):
cgroups: use bitmask to filter for_each_subsys
cgroups: allow a cgroup subsystem to reject a fork
cgroups: add a pids subsystem
include/linux/cgroup.h | 13 +-
include/linux/cgroup_subsys.h | 4 +
init/Kconfig | 11 ++
kernel/Makefile | 1 +
kernel/cgroup.c | 132 +++++++++++++++---
kernel/cgroup_pids.c | 301 ++++++++++++++++++++++++++++++++++++++++++
kernel/fork.c | 18 ++-
7 files changed, 459 insertions(+), 21 deletions(-)
create mode 100644 kernel/cgroup_pids.c
--
2.3.2
next reply other threads:[~2015-03-14 4:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-14 4:37 Aleksa Sarai [this message]
2015-03-14 4:37 ` [PATCH v6 1/3] cgroups: use bitmask to filter for_each_subsys Aleksa Sarai
2015-03-16 16:42 ` Tejun Heo
2015-03-14 4:37 ` [PATCH v6 2/3] cgroups: allow a cgroup subsystem to reject a fork Aleksa Sarai
[not found] ` <1426307835-5893-3-git-send-email-cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
2015-03-16 16:53 ` Tejun Heo
[not found] ` <20150316165335.GC8353-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org>
2015-03-21 11:25 ` Aleksa Sarai
[not found] ` <CAOviyagGvm4z8eAWitR267U3br-60vVJ9A5MMtFENy9xt9zuLQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-26 15:08 ` Tejun Heo
2015-03-26 14:38 ` Aleksa Sarai
[not found] ` <CAOviyahTq1K6zBRfmXfepabiQ7xU8ZoNdq0jPd3nP4Q-0H1DDQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-26 15:02 ` Tejun Heo
2015-03-26 21:41 ` Aleksa Sarai
[not found] ` <CAOviyah+5DFxYtUo1=LMdQLAte=YR1s4JYoH_DNZEfpoBUfSRw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-26 22:18 ` Tejun Heo
2015-03-14 4:37 ` [PATCH v6 3/3] cgroups: add a pids subsystem Aleksa Sarai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426307835-5893-1-git-send-email-cyphar@cyphar.com \
--to=cyphar-gvpy/li/lhzqt0dzr+alfa@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=richard-/L3Ra7n9ekc@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox