OpenCloudOS-Kernel/arch/s390/kernel/syscalls
Vasily Gorbik 5518aed82d s390: wire up clone3 system call
Tested (64-bit and compat mode) using program from
http://lkml.kernel.org/r/20190604212930.jaaztvkent32b7d3@brauner.io
with the following:
       return syscall(__NR_clone, flags, 0, pidfd, 0, 0);
changed to:
       return syscall(__NR_clone, 0, flags, pidfd, 0, 0);
due to CLONE_BACKWARDS2.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2019-07-23 10:45:53 +02:00
..
Makefile kbuild: use assignment instead of define ... endef for filechk_* rules 2019-01-06 10:22:35 +09:00
syscall.tbl s390: wire up clone3 system call 2019-07-23 10:45:53 +02:00
syscalltbl s390/syscalls: add syscalltbl script 2018-01-23 07:36:51 +01:00