Re: [PATCH v5 1/7] proc: add proc_fs_info struct to store proc information

2018-05-15 Thread Jann Horn
On Tue, May 15, 2018 at 9:21 AM, Alexey Gladkov wrote: > On Fri, May 11, 2018 at 03:49:13PM +0200, Jann Horn wrote: >> On Fri, May 11, 2018 at 11:34 AM, Alexey Gladkov >> wrote: >> > From: Djalal Harouni >> > >> > This is a preparation patch that adds proc_fs_info to be able to store >> > differ

Re: [PATCH v5 1/7] proc: add proc_fs_info struct to store proc information

2018-05-15 Thread Alexey Gladkov
On Fri, May 11, 2018 at 03:49:13PM +0200, Jann Horn wrote: > On Fri, May 11, 2018 at 11:34 AM, Alexey Gladkov > wrote: > > From: Djalal Harouni > > > > This is a preparation patch that adds proc_fs_info to be able to store > > different procfs options and informations. Right now some mount option

Re: [PATCH v5 1/7] proc: add proc_fs_info struct to store proc information

2018-05-11 Thread Jann Horn
On Fri, May 11, 2018 at 11:34 AM, Alexey Gladkov wrote: > From: Djalal Harouni > > This is a preparation patch that adds proc_fs_info to be able to store > different procfs options and informations. Right now some mount options > are stored inside the pid namespace which makes it hard to change o

[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information

2018-05-11 Thread Alexey Gladkov
From: Djalal Harouni This is a preparation patch that adds proc_fs_info to be able to store different procfs options and informations. Right now some mount options are stored inside the pid namespace which makes it hard to change or modernize procfs without affecting pid namespaces. Plus we do wa