summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/compat_wrapper.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2014-08-11 14:50:37 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-08-12 13:00:08 +0200
commit7bb1cdbfe2b07d9272b4b132511c82527314b00f (patch)
tree8334aa1f5de602e9ddd7f224330cbc9262a0aa0c /arch/s390/kernel/compat_wrapper.c
parentbcfcbb6bae649c870037cc8c4e2685b2a8927c3d (diff)
downloadop-kernel-dev-7bb1cdbfe2b07d9272b4b132511c82527314b00f.zip
op-kernel-dev-7bb1cdbfe2b07d9272b4b132511c82527314b00f.tar.gz
s390: wire up memfd_create syscall
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_wrapper.c')
-rw-r--r--arch/s390/kernel/compat_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/compat_wrapper.c b/arch/s390/kernel/compat_wrapper.c
index 18b4224..faf6caa 100644
--- a/arch/s390/kernel/compat_wrapper.c
+++ b/arch/s390/kernel/compat_wrapper.c
@@ -216,3 +216,4 @@ COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr
COMPAT_SYSCALL_WRAP5(renameat2, int, olddfd, const char __user *, oldname, int, newdfd, const char __user *, newname, unsigned int, flags);
COMPAT_SYSCALL_WRAP3(seccomp, unsigned int, op, unsigned int, flags, const char __user *, uargs)
COMPAT_SYSCALL_WRAP3(getrandom, char __user *, buf, size_t, count, unsigned int, flags)
+COMPAT_SYSCALL_WRAP2(memfd_create, const char __user *, uname, unsigned int, flags)
OpenPOWER on IntegriCloud