public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] cgroups: add pids subsystem
@ 2015-04-01  8:57 Aleksa Sarai
       [not found] ` <1427878641-5273-1-git-send-email-cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Aleksa Sarai @ 2015-04-01  8:57 UTC (permalink / raw)
  To: tj, lizefan, mingo, peterz
  Cc: richard, fweisbec, linux-kernel, cgroups, Aleksa Sarai

This is an alternate version of the pids v7 patchset[1]. The main
difference is that this version doesn't add a new callback for
an association change during a fork -- it lets subsystems handle such
cases by themselves by allowing for a private pointer to be passed
around between the callbacks.

* Pass a cgroup_fork_state structure between the
  cgroup_{can,cancel,post}_fork hooks which stores the private opaque
  pointer for each subsystem. This allows for subsystems to decide which
  (if any) state to save in the can_fork callback to refer back to in
  the post_fork callback.

[1]: https://lkml.org/lkml/2015/3/31/1058

Aleksa Sarai (4):
  cgroups: use bitmask to filter for_each_subsys
  cgroups: replace explicit ss_mask checking with for_each_subsys_which
  cgroups: allow a cgroup subsystem to reject a fork
  cgroups: implement the PIDs subsystem

 include/linux/cgroup.h        |  35 +++-
 include/linux/cgroup_subsys.h |   4 +
 init/Kconfig                  |  16 ++
 kernel/Makefile               |   1 +
 kernel/cgroup.c               | 208 ++++++++++++++++++------
 kernel/cgroup_freezer.c       |   2 +-
 kernel/cgroup_pids.c          | 367 ++++++++++++++++++++++++++++++++++++++++++
 kernel/fork.c                 |  31 +++-
 kernel/sched/core.c           |   2 +-
 9 files changed, 608 insertions(+), 58 deletions(-)
 create mode 100644 kernel/cgroup_pids.c

-- 
2.3.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-07 14:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01  8:57 [PATCH v8 0/4] cgroups: add pids subsystem Aleksa Sarai
     [not found] ` <1427878641-5273-1-git-send-email-cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
2015-04-01  8:57   ` [PATCH v8 1/4] cgroups: use bitmask to filter for_each_subsys Aleksa Sarai
2015-04-01  8:57 ` [PATCH v8 2/4] cgroups: replace explicit ss_mask checking with for_each_subsys_which Aleksa Sarai
2015-04-01  8:57 ` [PATCH v8 3/4] cgroups: allow a cgroup subsystem to reject a fork Aleksa Sarai
     [not found]   ` <1427878641-5273-4-git-send-email-cyphar-gVpy/LI/lHzQT0dZR+AlfA@public.gmane.org>
2015-04-01 16:02     ` Tejun Heo
     [not found]       ` <20150401160258.GP9974-piEFEHQLUPpN0TnZuCh8vA@public.gmane.org>
2015-04-02 23:42         ` Aleksa Sarai
     [not found]           ` <CAOviyai9dvCTGK=VUm0uDSo7XbmKk1BFDrRzL15ppAWf8YjG3w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-06 15:05             ` Tejun Heo
2015-04-07 13:47               ` Aleksa Sarai
     [not found]                 ` <CAOviyagYWk1VJW3upKsOS8rOiBQFTn752eJA_C2SkHnCh7EUrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-07 14:00                   ` Tejun Heo
2015-04-01  8:57 ` [PATCH v8 4/4] cgroups: implement the PIDs subsystem Aleksa Sarai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox