]> git.baikalelectronics.ru Git - kernel.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)
commitf97a12724dae1bb053d6998980ea3356732d553b
tree3139a557eeec69e632dcdf22854edee880b611b8
parentefed467f7377447d651bd1d99aaec553c0837f14
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: d3db012de415d ("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