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

From: Andrew Morton
Date: Thu Oct 28 2004 - 01:53:26 EST


David Howells <dhowells@xxxxxxxxxx> 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 */
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/