Skip to content

Commit 72d0ac0

Browse files
wildea01ctmarinas
authored andcommitted
arm64: compat: add syscall table entries for new syscalls
There have been a number of new syscalls introduced to arch/arm/ since the compat layer was implemented for arm64, so add pointers to the relevant functions to the compat syscall table. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent a6fadf7 commit 72d0ac0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arch/arm64/include/asm/unistd32.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,13 @@ __SYSCALL(370, sys_name_to_handle_at)
395395
__SYSCALL(371, compat_sys_open_by_handle_at)
396396
__SYSCALL(372, compat_sys_clock_adjtime)
397397
__SYSCALL(373, sys_syncfs)
398+
__SYSCALL(374, compat_sys_sendmmsg)
399+
__SYSCALL(375, sys_setns)
400+
__SYSCALL(376, compat_sys_process_vm_readv)
401+
__SYSCALL(377, compat_sys_process_vm_writev)
402+
__SYSCALL(378, sys_ni_syscall) /* 378 for kcmp */
398403

399-
#define __NR_compat_syscalls 374
404+
#define __NR_compat_syscalls 379
400405

401406
/*
402407
* Compat syscall numbers used by the AArch64 kernel.

0 commit comments

Comments
 (0)