Re: [PATCH] sysctl: add proc_do_large_bitmap test node

2019-02-21 Thread Kees Cook
On Thu, Feb 21, 2019 at 9:45 AM Eric Sandeen wrote: > > Add a test node for proc_do_large_bitmap to the test_sysctl.c > infrastructure. It's sized the same as the one existing user. > > Signed-off-by: Eric Sandeen Acked-by: Kees Cook -Kees > --- > > diff --git a/lib/test_sysctl.c b/lib/test_

[PATCH] sysctl: add proc_do_large_bitmap test node

2019-02-21 Thread Eric Sandeen
Add a test node for proc_do_large_bitmap to the test_sysctl.c infrastructure. It's sized the same as the one existing user. Signed-off-by: Eric Sandeen --- diff --git a/lib/test_sysctl.c b/lib/test_sysctl.c index 3dd801c1c85b..1263be4ebfaf 100644 --- a/lib/test_sysctl.c +++ b/lib/test_sysctl.c