From: Russell King Date: Mon, 1 Jul 2019 23:57:25 +0000 (+0300) Subject: ARM: wire up memfd_create syscall X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c38eb5d5f5676f440605e546b18e290d623c72db;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ARM: wire up memfd_create syscall Add the memfd_create syscall to ARM. Change-Id: I0cb81d70e5a224fde6a5d33c9a04c40c4c184a9e Signed-off-by: Russell King --- diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 3aec9455af8..25434b2dee3 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S @@ -393,7 +393,8 @@ CALL(sys_ni_syscall) /* reserved sys_sched_getattr */ CALL(sys_ni_syscall) /* reserved sys_renameat2 */ CALL(sys_seccomp) - CALL(sys_getrandom) +/* 385 */ CALL(sys_getrandom) + CALL(sys_memfd_create) #ifndef syscalls_counted .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls