commit | 5c2a625937ba49bc691089370638223d310cda9a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Mar 08 16:27:04 2017 -0800 |
committer | Will Deacon <will.deacon@arm.com> | Fri Mar 10 17:43:46 2017 +0000 |
tree | 8938932fa798064e770b31a285bce3f6c06aac64 | |
parent | b0de0ccc8b9edd8846828e0ecdc35deacdf186b0 [diff] |
arm64: support keyctl() system call in 32-bit mode 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 <ebiggers@google.com> Signed-off-by: Will Deacon <will.deacon@arm.com>