diff options
author | Kristina Martsenko <[email protected]> | 2020-03-13 14:34:50 +0530 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2020-03-18 09:50:18 +0000 |
commit | 91a1b6ccff323e60615e3118eceb2d8cbc4f69ab (patch) | |
tree | 6473b3f4d0a3bcd697913f3ce7995c8fd945e07e /tools/testing/selftests/bpf/prog_tests | |
parent | cfef06bd0686a578aa53e039c9aec0b1a5581d3b (diff) |
arm64: rename ptrauth key structures to be user-specific
We currently enable ptrauth for userspace, but do not use it within the
kernel. We're going to enable it for the kernel, and will need to manage
a separate set of ptrauth keys for the kernel.
We currently keep all 5 keys in struct ptrauth_keys. However, as the
kernel will only need to use 1 key, it is a bit wasteful to allocate a
whole ptrauth_keys struct for every thread.
Therefore, a subsequent patch will define a separate struct, with only 1
key, for the kernel. In preparation for that, rename the existing struct
(and associated macros and functions) to reflect that they are specific
to userspace.
Acked-by: Catalin Marinas <[email protected]>
Reviewed-by: Vincenzo Frascino <[email protected]>
Signed-off-by: Kristina Martsenko <[email protected]>
[Amit: Re-positioned the patch to reduce the diff]
Signed-off-by: Amit Daniel Kachhap <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests')
0 files changed, 0 insertions, 0 deletions