Re: [PATCH 5/5] selftests/seccomp: Add test for atomic addfd+send

2021-03-18 Thread Rodrigo Campos
On Thu, Mar 18, 2021 at 6:17 AM Sargun Dhillon wrote: > > This just adds a test to verify that when using the new introduced flag > to ADDFD, a valid fd is added and returned as the syscall result. > > Signed-off-by: Rodrigo Campos > Signed-off-by: Sargun Dhillon I think in the last minutes cha

[PATCH 5/5] selftests/seccomp: Add test for atomic addfd+send

2021-03-17 Thread Sargun Dhillon
This just adds a test to verify that when using the new introduced flag to ADDFD, a valid fd is added and returned as the syscall result. Signed-off-by: Rodrigo Campos Signed-off-by: Sargun Dhillon --- tools/testing/selftests/seccomp/seccomp_bpf.c | 38 +++ 1 file changed, 38 in