commit | e779498df587dd2189b30fe5b9245aefab870eb8 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Dec 06 16:11:27 2017 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 07 07:49:46 2017 +0100 |
tree | 3139a557eeec69e632dcdf22854edee880b611b8 | |
parent | 8d306f53b63099fec2d56300149e400d181ba4f5 [diff] |
s390: fix compat system call table When wiring up the socket system calls the compat entries were incorrectly set. Not all of them point to the corresponding compat wrapper functions, which clear the upper 33 bits of user space pointers, like it is required. Fixes: 977108f89c989 ("s390: wire up separate socketcalls system calls") Cc: <stable@vger.kernel.org> # v4.3+ Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>