]> git.dujemihanovic.xyz Git - linux.git/commit
s390: fix compat system call table
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 6 Dec 2017 15:11:27 +0000 (16:11 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 7 Dec 2017 06:49:46 +0000 (07:49 +0100)
commite779498df587dd2189b30fe5b9245aefab870eb8
tree3139a557eeec69e632dcdf22854edee880b611b8
parent8d306f53b63099fec2d56300149e400d181ba4f5
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>
arch/s390/kernel/syscalls.S