From: Vasily Gorbik Date: Mon, 1 Nov 2021 13:38:18 +0000 (+0100) Subject: s390: wire up sys_futex_waitv system call X-Git-Tag: v6.6-pxa1908~5122^2~6 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=6c122360cf2f4c5a856fcbd79b4485b7baec942a;p=linux.git s390: wire up sys_futex_waitv system call Tested with futex kselftests. Signed-off-by: Vasily Gorbik Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/syscalls/syscall.tbl b/arch/s390/kernel/syscalls/syscall.tbl index df5261e5cfe1..ed9c5c2eafad 100644 --- a/arch/s390/kernel/syscalls/syscall.tbl +++ b/arch/s390/kernel/syscalls/syscall.tbl @@ -451,3 +451,4 @@ 446 common landlock_restrict_self sys_landlock_restrict_self sys_landlock_restrict_self # 447 reserved for memfd_secret 448 common process_mrelease sys_process_mrelease sys_process_mrelease +449 common futex_waitv sys_futex_waitv sys_futex_waitv