Re: [PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared

2018-04-24 Thread kbuild test robot
Hi Jeff, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17-rc2 next-20180424] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared

2018-04-24 Thread kbuild test robot
Hi Jeff, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17-rc2 next-20180424] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared

2018-04-23 Thread jeffm
From: Jeff Mahoney When we have a single task with e.g. 4096 threads and 16k files open, we can create over 134 million inode and dentry pairs just to back the fd and fdinfo directories. On smaller systems, memory pressure keeps the number relatively contained. On huge systems,

[PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared

2018-04-23 Thread jeffm
From: Jeff Mahoney When we have a single task with e.g. 4096 threads and 16k files open, we can create over 134 million inode and dentry pairs just to back the fd and fdinfo directories. On smaller systems, memory pressure keeps the number relatively contained. On huge systems, all of these