[linux-yocto] [PATCH] [RFC] cgroups: Resource controller for open files

2014-07-31 Thread zhe.he
From: He Zhe zhe...@windriver.com Add a resource controller for limiting the number of open file handles. This allows us to catch misbehaving processes and return EMFILE instead of ENOMEM for kernel memory limits. Signed-off-by: Binder Makin meri...@google.com Port from lkml:

Re: [linux-yocto] [PATCH] [RFC] cgroups: Resource controller for open files

2014-07-31 Thread He Zhe
On 07/30/2014 11:06 AM, Bruce Ashfield wrote: On 2014-07-29, 1:58 AM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com How did you extract this patch from the mailing list ? The From: field should not be changing, since you aren't the original author of the patch. I've

Re: [linux-yocto] [PATCH] [RFC] cgroups: Resource controller for open files

2014-07-29 Thread Bruce Ashfield
On 2014-07-29, 1:58 AM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com How did you extract this patch from the mailing list ? The From: field should not be changing, since you aren't the original author of the patch. Add a resource controller for limiting the number of open