Re: [PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod

2020-09-15 Thread Christian Brauner
On Sat, Sep 12, 2020 at 04:08:20AM -0700, Kees Cook wrote: > The __NR_mknod syscall doesn't exist on arm64 (only __NR_mknodat). > Switch to the modern syscall. > > Fixes: ad5682184a81 ("selftests/seccomp: Check for EPOLLHUP for user_notif") > Signed-off-by: Kees Cook > --- Thanks! Looks good.

[PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod

2020-09-12 Thread Kees Cook
The __NR_mknod syscall doesn't exist on arm64 (only __NR_mknodat). Switch to the modern syscall. Fixes: ad5682184a81 ("selftests/seccomp: Check for EPOLLHUP for user_notif") Signed-off-by: Kees Cook --- tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +- 1 file changed, 1 insertion(+), 1