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
..
2019-07-23 10:45:53 +02:00
2012-05-16 14:42:41 +02:00
2019-04-29 10:47:10 +02:00
2019-06-04 15:03:58 +02:00
2019-06-07 10:09:37 +02:00
2019-05-02 13:54:11 +02:00
2019-06-07 10:09:37 +02:00
2019-04-29 10:47:10 +02:00
2019-05-02 13:54:11 +02:00
2019-04-29 10:47:10 +02:00
2019-06-07 10:09:37 +02:00
2019-05-02 13:54:11 +02:00
2019-04-23 21:51:40 +02:00
2019-06-07 10:09:37 +02:00
2019-06-15 12:25:52 +02:00
2018-02-27 08:05:23 +01:00
2019-06-07 10:09:37 +02:00
2018-07-20 00:02:41 +02:00
2019-04-11 13:36:49 +02:00