OSDN Git Service

selftests/seccomp: s390 shares the syscall and return value register
authorSven Schnelle <svens@linux.ibm.com>
Mon, 9 Mar 2020 15:56:53 +0000 (16:56 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 16 Jun 2020 11:44:04 +0000 (13:44 +0200)
commit4bae85b620dc1f7aa4d2338b923d9d9b394b58c4
treecf167700f077c5632c89912c33f903f41ba89685
parent873e5a763d604c32988c4a78913a8dab3862d2f9
selftests/seccomp: s390 shares the syscall and return value register

s390 cannot set syscall number and reture code at the same time,
so set the appropriate flag to indicate it.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
tools/testing/selftests/seccomp/seccomp_bpf.c