commit | dc295880c6752076f8b94ba3885d0bfff09e3e82 | [log] [tgz] |
---|---|---|
author | Jan Willeke <willeke@de.ibm.com> | Tue Jul 22 16:50:57 2014 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jul 28 10:02:31 2014 +0200 |
tree | 193959044c6458cb104cdf3f14bd00920bacdb97 | |
parent | c60d1ae4efcb5790f7d085369baf66c167a6484f [diff] |
s390/seccomp: fix error return for filtered system calls The syscall_set_return_value function of s390 negates the error argument before storing the value to the return register gpr2. This is incorrect, the seccomp code already passes the negative error value. Store the unmodified error value to gpr2. Signed-off-by: Jan Willeke <willeke@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>