Searched hist:"5518 aed82d2abd97f8d3ec91d8ba455d939e8cd1" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/s390/kernel/syscalls/ |
H A D | syscall.tbl | diff 5518aed82d2abd97f8d3ec91d8ba455d939e8cd1 Sun Jul 14 13:49:23 CDT 2019 Vasily Gorbik <gor@linux.ibm.com> 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>
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | unistd.h | diff 5518aed82d2abd97f8d3ec91d8ba455d939e8cd1 Sun Jul 14 13:49:23 CDT 2019 Vasily Gorbik <gor@linux.ibm.com> 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>
|