summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/syscalls
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-06-19 12:49:39 +0200
committerArnd Bergmann <arnd@arndb.de>2024-06-25 15:57:25 +0200
commitd6fbd26fb872ec518d25433a12e8ce8163e20909 (patch)
tree5e1eea4ad6837f93013f59e2ea56f688e2ff4b08 /arch/parisc/kernel/syscalls
parentbae6428a9fffb2023191b0723e276cf1377a7c9f (diff)
downloadlinux-d6fbd26fb872ec518d25433a12e8ce8163e20909.tar.gz
linux-d6fbd26fb872ec518d25433a12e8ce8163e20909.tar.bz2
linux-d6fbd26fb872ec518d25433a12e8ce8163e20909.zip
sparc: fix compat recv/recvfrom syscalls
sparc has the wrong compat version of recv() and recvfrom() for both the direct syscalls and socketcall(). The direct syscalls just need to use the compat version. For socketcall, the same thing could be done, but it seems better to completely remove the custom assembler code for it and just use the same implementation that everyone else has. Fixes: 1dacc76d0014 ("net/compat/wext: send different messages to compat tasks") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/parisc/kernel/syscalls')
0 files changed, 0 insertions, 0 deletions