History log of /arch/s390/kernel/compat_wrapper.c
Revision Date Author Comments
fcb1c2d75b55fe52c40cd9692fda73da061f19aa 09-Oct-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390: wire up bpf syscall

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
7bb1cdbfe2b07d9272b4b132511c82527314b00f 11-Aug-2014 Heiko Carstens <heiko.carstens@de.ibm.com> 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>
b8a7a990ed24af7711455fb5347b914cd07ae169 08-Aug-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390: wire up seccomp and getrandom syscalls

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
572c3eb7f841c019f756efc68debbc3187c2a62c 09-Apr-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390/compat: fix typo

Reported-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
a1977d128ab7c6c1be296a8fa39219e330abdb07 08-Apr-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390: wire up sys_renameat2

Actually this also enable sys_setattr and sys_getattr, since I forgot to
increase NR_syscalls when adding those syscalls.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1e4ec6217dcf4b26cf959b70298a3b990479c955 29-Mar-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390/compat: add copyright statement

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
5b098c204827ed21961988b4206b411f90cc89c8 05-Mar-2014 Heiko Carstens <heiko.carstens@de.ibm.com> s390/compat: get rid of compat wrapper assembly code

Now that all compat syscalls have been converted to use the
COMPAT_SYSCALL_DEFINE macros, we don't need to compat syscall
wrapper assembly code anymore.
So remove it and fix up the system call table accordingly.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>