Re: [PATCH v4 0/2] cgroup: add pids subsystem

2015-03-08 Thread Tejun Heo
On Fri, Mar 06, 2015 at 12:45:55PM +1100, Aleksa Sarai wrote: > This is a checkpatch'd version of the pids patchset[1]. It fixes some > style problems, as well as switch to using need_canfork_callback inside > kernel/cgroup.c. Also remove the dependency on PAGE_COUNTER (because > pids now uses an

Re: [PATCH v4 0/2] cgroup: add pids subsystem

2015-03-08 Thread Tejun Heo
On Fri, Mar 06, 2015 at 12:45:55PM +1100, Aleksa Sarai wrote: This is a checkpatch'd version of the pids patchset[1]. It fixes some style problems, as well as switch to using need_canfork_callback inside kernel/cgroup.c. Also remove the dependency on PAGE_COUNTER (because pids now uses an

[PATCH v4 0/2] cgroup: add pids subsystem

2015-03-05 Thread Aleksa Sarai
This is a checkpatch'd version of the pids patchset[1]. It fixes some style problems, as well as switch to using need_canfork_callback inside kernel/cgroup.c. Also remove the dependency on PAGE_COUNTER (because pids now uses an internal hierarchical counter) in Kconfig. [1]:

[PATCH v4 0/2] cgroup: add pids subsystem

2015-03-05 Thread Aleksa Sarai
This is a checkpatch'd version of the pids patchset[1]. It fixes some style problems, as well as switch to using need_canfork_callback inside kernel/cgroup.c. Also remove the dependency on PAGE_COUNTER (because pids now uses an internal hierarchical counter) in Kconfig. [1]: