diff options
author | 2019-07-14 20:49:23 +0200 | |
---|---|---|
committer | 2019-07-23 10:45:53 +0200 | |
commit | 5518aed82d2abd97f8d3ec91d8ba455d939e8cd1 (patch) | |
tree | 503de6456632eb2baef928cd80f65547d06f0f83 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test (diff) | |
download | wireguard-linux-5518aed82d2abd97f8d3ec91d8ba455d939e8cd1.tar.xz wireguard-linux-5518aed82d2abd97f8d3ec91d8ba455d939e8cd1.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions