]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasks
authorPeter Collingbourne <pcc@google.com>
Wed, 14 Oct 2020 05:24:30 +0000 (22:24 -0700)
committerWill Deacon <will@kernel.org>
Thu, 15 Oct 2020 09:50:09 +0000 (10:50 +0100)
commit0afc160bbc75d0c081b7395f207d950603b7d4ab
tree832be88c15ac3ab6f70f229860190f642185ce2c
parentb96133cd08e2644ca0688b0668c3d28b8b371e55
arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasks

It doesn't make sense to issue prctl(PR_PAC_RESET_KEYS) on a
compat task because the 32-bit instruction set does not offer PAuth
instructions. For consistency with other 64-bit only prctls such as
{SET,GET}_TAGGED_ADDR_CTRL, reject the prctl on compat tasks.

Although this is a userspace-visible change, maybe it isn't too late
to make this change given that the hardware isn't available yet and
it's very unlikely that anyone has 32-bit software that actually
depends on this succeeding.

Signed-off-by: Peter Collingbourne <pcc@google.com>
Link: https://linux-review.googlesource.com/id/Ie885a1ff84ab498cc9f62d6451e9f2cfd4b1d06a
Link: https://lore.kernel.org/r/20201014052430.11630-1-pcc@google.com
[will: Do the same for the SVE prctl()s]
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/fpsimd.c
arch/arm64/kernel/pointer_auth.c