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 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 corrected this. Add a re

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

2014-07-31 Thread zhe.he
From: He Zhe 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 Port from lkml: https://lkml.org/lkml/2014/7/2/640 Correct wrong handlin

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 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 file handles. This al