Re: [PATCH v5 0/7] proc: modernize proc to support multiple private instances

2018-05-11 Thread Al Viro
On Fri, May 11, 2018 at 09:39:23AM -0700, Linus Torvalds wrote: > On Fri, May 11, 2018 at 2:42 AM Alexey Gladkov > wrote: > > > This is RFC v5 to modernize procfs and make it able to support multiple > > private instances per the same pid namespace. > > So I have no big objections, but I would *

Re: [PATCH v5 0/7] proc: modernize proc to support multiple private instances

2018-05-11 Thread Linus Torvalds
On Fri, May 11, 2018 at 2:42 AM Alexey Gladkov wrote: > This is RFC v5 to modernize procfs and make it able to support multiple > private instances per the same pid namespace. So I have no big objections, but I would *really* like this to go through Al's vfs tree. Al? Have you looked at this se

[PATCH v5 0/7] proc: modernize proc to support multiple private instances

2018-05-11 Thread Alexey Gladkov
Greetings! Preface: This is RFC v5 to modernize procfs and make it able to support multiple private instances per the same pid namespace. RFC v1 is here: https://lkml.org/lkml/2017/3/30/670 RFC v2 is here: https://lkml.org/lkml/2017/4/25/282 This RFC v5 can be applied on top of v4.17-r