Re: [PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-05 Thread Marian Marinov
Hi Aleksa, would you be willing to put your patches online in a repo like what Dwight Engen did 3 years ago. https://github.com/dwengen/linux/tree/cpuacct-task-limit-3.14 I'm using his patchset for more then a year now. However I would be happy to experiment with your patches as well. And

Re: [PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-05 Thread Aleksa Sarai
> + depends on PAGE_COUNTER Whoops. I forgot to remove this line. Should I submit a revised patchset or can you just change the patch? -- Aleksa Sarai (cyphar) www.cyphar.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-05 Thread Aleksa Sarai
+ depends on PAGE_COUNTER Whoops. I forgot to remove this line. Should I submit a revised patchset or can you just change the patch? -- Aleksa Sarai (cyphar) www.cyphar.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-05 Thread Marian Marinov
Hi Aleksa, would you be willing to put your patches online in a repo like what Dwight Engen did 3 years ago. https://github.com/dwengen/linux/tree/cpuacct-task-limit-3.14 I'm using his patchset for more then a year now. However I would be happy to experiment with your patches as well. And

[PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-04 Thread Aleksa Sarai
Adds a new single-purpose pids subsystem to limit the number of tasks that can run inside a cgroup. Essentially this is an implementation of RLIMIT_NPROC that will applies to a cgroup rather than a process tree. PIDs are fundamentally a global resource, and it is possible to reach PID exhaustion

[PATCH v3 2/2] cgroups: add a pids subsystem

2015-03-04 Thread Aleksa Sarai
Adds a new single-purpose pids subsystem to limit the number of tasks that can run inside a cgroup. Essentially this is an implementation of RLIMIT_NPROC that will applies to a cgroup rather than a process tree. PIDs are fundamentally a global resource, and it is possible to reach PID exhaustion