Re: [PATCH 1/3] stress-shm-sysv: exercise shmat with invalid flags

2020-09-22 Thread Colin Ian King
I believe these patches should have gone directly to me and not various other folk. Colin On 22/09/2020 08:27, Piyush Goyal wrote: > Exercise shmat syscall with invalid flags resulting in more kernel > coverage. > > Signed-off-by: Piyush Goyal > --- > stress-shm-sysv.c | 14 ++ > 1

[PATCH 1/3] stress-shm-sysv: exercise shmat with invalid flags

2020-09-22 Thread Piyush Goyal
Exercise shmat syscall with invalid flags resulting in more kernel coverage. Signed-off-by: Piyush Goyal --- stress-shm-sysv.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/stress-shm-sysv.c b/stress-shm-sysv.c index aa03d718..5a3e0cc1 100644 --- a/stress-shm-sysv.c +++ b/s