Re: [PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options

2018-05-20 Thread kbuild test robot
Hi Djalal, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc5] [cannot apply to next-20180517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options

2018-05-20 Thread kbuild test robot
Hi Djalal, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc5] [cannot apply to next-20180517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options

2018-05-11 Thread Alexey Gladkov
From: Djalal Harouni This is a cleaning patch to add helpers to set and get proc mount options instead of directly using them. This make it easy to track what's happening and easy to update in future. Cc: Kees Cook Cc: Andy Lutomirski

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options

2018-05-11 Thread Alexey Gladkov
From: Djalal Harouni This is a cleaning patch to add helpers to set and get proc mount options instead of directly using them. This make it easy to track what's happening and easy to update in future. Cc: Kees Cook Cc: Andy Lutomirski Signed-off-by: Djalal Harouni --- fs/proc/base.c