From 9fb8b132642520042ab4734ac1f0abce688bbea9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Oct 2020 12:16:29 -0700 Subject: [PATCH 16/16] riscv32: Wire new syscalls - add __NR_faccessat2 from linux v5.8 - add pidfd_getfd and openat2 syscall numbers from linux v5.6 - add clone3 syscall number from linux v5.3 Signed-off-by: Khem Raj --- arch/riscv32/bits/syscall.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/riscv32/bits/syscall.h.in b/arch/riscv32/bits/syscall.h.in index 852d2aaa..4b145fa3 100644 --- a/arch/riscv32/bits/syscall.h.in +++ b/arch/riscv32/bits/syscall.h.in @@ -279,7 +279,10 @@ #define __NR_fsmount 432 #define __NR_fspick 433 #define __NR_pidfd_open 434 - +#define __NR_clone3 435 +#define __NR_openat2 437 +#define __NR_pidfd_getfd 438 +#define __NR_faccessat2 439 #define __NR_futex __NR_futex_time64 #define __NR_sysriscv __NR_arch_specific_syscall -- 2.29.2