Re: [PATCH] docs: sysctl/kernel: document ngroups_max

2020-05-15 Thread Jonathan Corbet
On Fri, 15 May 2020 18:02:22 +0200 Stephen Kitt wrote: > This is a read-only export of NGROUPS_MAX, so this patch also changes > the declarations in kernel/sysctl.c to const. > > Signed-off-by: Stephen Kitt > --- > Documentation/admin-guide/sysctl/kernel.rst | 9 + > kernel/sysctl.c

[PATCH] docs: sysctl/kernel: document ngroups_max

2020-05-15 Thread Stephen Kitt
This is a read-only export of NGROUPS_MAX, so this patch also changes the declarations in kernel/sysctl.c to const. Signed-off-by: Stephen Kitt --- Documentation/admin-guide/sysctl/kernel.rst | 9 + kernel/sysctl.c | 4 ++-- 2 files changed, 11 insertions(+),

Re: [PATCH] docs: sysctl/kernel: document ngroups_max

2020-05-15 Thread Kees Cook
On Fri, May 15, 2020 at 06:02:22PM +0200, Stephen Kitt wrote: > This is a read-only export of NGROUPS_MAX, so this patch also changes > the declarations in kernel/sysctl.c to const. > > Signed-off-by: Stephen Kitt Reviewed-by: Kees Cook -- Kees Cook