projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
def6d5b
)
ARM: wire up memfd_create syscall
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 1 Jul 2019 23:57:25 +0000
(
02:57
+0300)
committer
Danny Wood
<danwood76@gmail.com>
Thu, 28 Jan 2021 09:32:01 +0000
(09:32 +0000)
Add the memfd_create syscall to ARM.
Change-Id: I0cb81d70e5a224fde6a5d33c9a04c40c4c184a9e
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/calls.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/calls.S
b/arch/arm/kernel/calls.S
index 3aec9455af8543947fcd0ae0a5d4f884ed5f9e8e..25434b2dee3d27b0ad89f2fa6d59dc620f094091 100644
(file)
--- 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