From: Helge Deller Date: Tue, 7 Apr 2026 21:56:28 +0000 (+0200) Subject: parisc: _llseek syscall is only available for 32-bit userspace X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da3680f564bd787ce974f9931e6e924d908b3b2a;p=thirdparty%2Fkernel%2Flinux.git parisc: _llseek syscall is only available for 32-bit userspace Cc: stable@vger.kernel.org Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/syscalls/syscall.tbl b/arch/parisc/kernel/syscalls/syscall.tbl index f6e2d0379d57c..c6331dad94613 100644 --- a/arch/parisc/kernel/syscalls/syscall.tbl +++ b/arch/parisc/kernel/syscalls/syscall.tbl @@ -154,7 +154,7 @@ # 137 was afs_syscall 138 common setfsuid sys_setfsuid 139 common setfsgid sys_setfsgid -140 common _llseek sys_llseek +140 32 _llseek sys_llseek 141 common getdents sys_getdents compat_sys_getdents 142 common _newselect sys_select compat_sys_select 143 common flock sys_flock