[PATCH] arm64: support keyctl() system call in 32-bit mode

2017-03-08 Thread Eric Biggers
From: Eric Biggers As is the case for a number of other architectures that have a 32-bit compat mode, enable KEYS_COMPAT if both COMPAT and KEYS are enabled. This allows AArch32 programs to use the keyctl() system call when running on an AArch64 kernel. Signed-off-by: Eric

[PATCH] arm64: support keyctl() system call in 32-bit mode

2017-03-08 Thread Eric Biggers
From: Eric Biggers As is the case for a number of other architectures that have a 32-bit compat mode, enable KEYS_COMPAT if both COMPAT and KEYS are enabled. This allows AArch32 programs to use the keyctl() system call when running on an AArch64 kernel. Signed-off-by: Eric Biggers ---