]> 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)
commit28b265f4c608c671657ee44d75504191bcc00684
tree3139a557eeec69e632dcdf22854edee880b611b8
parent12231fd688a3ef46c9ecb4c3890a24f7ca10a4f5
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: ea8d0e6948ff3 ("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