aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorZenghui Yu <[email protected]>2022-12-14 21:59:43 +0800
committerWill Deacon <[email protected]>2023-01-05 15:08:31 +0000
commiteb9a85261e297292c4cc44b628c1373c996cedc2 (patch)
tree2d52d49640afdfaa8befb7a6d60cc3c357c5da38 /tools/testing/selftests/bpf/progs/test_autoload.c
parent730a11f982e61aaef758ab552dfb7c30de79e99b (diff)
arm64: ptrace: Use ARM64_SME to guard the SME register enumerations
We currently guard REGSET_{SSVE, ZA} using ARM64_SVE for no good reason. Both enumerations would be pointless without ARM64_SME and create two empty entries in aarch64_regsets[] which would then become part of a process's native regset view (they should be ignored though). Switch to use ARM64_SME instead. Fixes: e12310a0d30f ("arm64/sme: Implement ptrace support for streaming mode SVE registers") Signed-off-by: Zenghui Yu <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions