lkml.org 
[lkml]   [2021]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 17/22] futex,x86: Wire up sys_futex_waitv()
    Date
    Wire up syscall entry point for x86 arch, for both i386 and x86_64.

    Signed-off-by: André Almeida <andrealmeid@collabora.com>
    ---
    arch/x86/entry/syscalls/syscall_32.tbl | 1 +
    arch/x86/entry/syscalls/syscall_64.tbl | 1 +
    2 files changed, 2 insertions(+)

    diff --git a/arch/x86/entry/syscalls/syscall_32.tbl b/arch/x86/entry/syscalls/syscall_32.tbl
    index 960a021d543e..7e25543693de 100644
    --- a/arch/x86/entry/syscalls/syscall_32.tbl
    +++ b/arch/x86/entry/syscalls/syscall_32.tbl
    @@ -453,3 +453,4 @@
    446 i386 landlock_restrict_self sys_landlock_restrict_self
    447 i386 memfd_secret sys_memfd_secret
    448 i386 process_mrelease sys_process_mrelease
    +449 i386 futex_waitv sys_futex_waitv
    diff --git a/arch/x86/entry/syscalls/syscall_64.tbl b/arch/x86/entry/syscalls/syscall_64.tbl
    index 18b5500ea8bf..fe8f8dd157b4 100644
    --- a/arch/x86/entry/syscalls/syscall_64.tbl
    +++ b/arch/x86/entry/syscalls/syscall_64.tbl
    @@ -370,6 +370,7 @@
    446 common landlock_restrict_self sys_landlock_restrict_self
    447 common memfd_secret sys_memfd_secret
    448 common process_mrelease sys_process_mrelease
    +449 common futex_waitv sys_futex_waitv

    #
    # Due to a historical design error, certain syscalls are numbered differently
    --
    2.33.0
    \
     
     \ /
      Last update: 2021-09-23 19:13    [W:4.154 / U:2.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site