Re: [PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Tejun Heo
On Wed, Apr 01, 2015 at 01:36:06PM +1100, Aleksa Sarai wrote: > Hi Tejun, > > I decided to send out this version of the patchset (that has the additional > callback, and passes around an opaque "fork state" inside the copy_process() > callback), because I personally prefer this version of the

Re: [PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Aleksa Sarai
Hi Tejun, I decided to send out this version of the patchset (that has the additional callback, and passes around an opaque "fork state" inside the copy_process() callback), because I personally prefer this version of the patchset (it's much cleaner and doesn't mess around with the fork()

[PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Aleksa Sarai
This is a futher revised version of the pids v6 patchset[1]. The main changes include: * Actually separate the subsystem callback bitmasks for use with for_each_subsys_which(needs_*_callback, ...). Also switch from the usage of explicit ss_mask checking with for_each_subsys() with

[PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Aleksa Sarai
This is a futher revised version of the pids v6 patchset[1]. The main changes include: * Actually separate the subsystem callback bitmasks for use with for_each_subsys_which(needs_*_callback, ...). Also switch from the usage of explicit ss_mask checking with for_each_subsys() with

Re: [PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Aleksa Sarai
Hi Tejun, I decided to send out this version of the patchset (that has the additional callback, and passes around an opaque fork state inside the copy_process() callback), because I personally prefer this version of the patchset (it's much cleaner and doesn't mess around with the fork() callback

Re: [PATCH v7 0/4] cgroups: add pids subsystem

2015-03-31 Thread Tejun Heo
On Wed, Apr 01, 2015 at 01:36:06PM +1100, Aleksa Sarai wrote: Hi Tejun, I decided to send out this version of the patchset (that has the additional callback, and passes around an opaque fork state inside the copy_process() callback), because I personally prefer this version of the patchset