Skip to content

Commit f265641

Browse files
ebiggersgregkh
authored andcommitted
parisc: use compat_sys_keyctl()
commit b0f94efd5aa8daa8a07d7601714c2573266cd4c9 upstream. Architectures with a compat syscall table must put compat_sys_keyctl() in it, not sys_keyctl(). The parisc architecture was not doing this; fix it. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e18ca17 commit f265641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/parisc/kernel/syscall_table.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
ENTRY_SAME(ni_syscall) /* 263: reserved for vserver */
362362
ENTRY_SAME(add_key)
363363
ENTRY_SAME(request_key) /* 265 */
364-
ENTRY_SAME(keyctl)
364+
ENTRY_COMP(keyctl)
365365
ENTRY_SAME(ioprio_set)
366366
ENTRY_SAME(ioprio_get)
367367
ENTRY_SAME(inotify_init)

0 commit comments

Comments
 (0)