[PATCH] Make key management syscalls work on PPC/PPC64

Andrew Morton akpm at osdl.org
Thu Oct 28 16:41:09 EST 2004


David Howells <dhowells at redhat.com> wrote:
>
> The attached patch permits my key management stuff to be used on PPC, PPC64
>  and PPC on PPC64.

Please remember to test your patches with CONFIG_KEYS=n

--- 25-power4/kernel/sys.c~ppc-ppc64-make-key-management-syscalls-work-fix	2004-10-27 23:26:16.330512080 -0700
+++ 25-power4-akpm/kernel/sys.c	2004-10-27 23:27:04.516186744 -0700
@@ -286,6 +286,7 @@ cond_syscall(compat_set_mempolicy)
 cond_syscall(sys_add_key)
 cond_syscall(sys_request_key)
 cond_syscall(sys_keyctl)
+cond_syscall(compat_keyctl)
 cond_syscall(compat_sys_socketcall)
 
 /* arch-specific weak syscall entries */
_




More information about the Linuxppc64-dev mailing list