[PATCH] arm64: ptrace: Use ARM64_SME to guard the SME register enumerations

Will Deacon will at kernel.org
Thu Jan 5 10:04:01 PST 2023


On Wed, 14 Dec 2022 21:59:43 +0800, Zenghui Yu wrote:
> 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.
> 
> [...]

Applied to arm64 (for-next/fixes), thanks!

[1/1] arm64: ptrace: Use ARM64_SME to guard the SME register enumerations
      https://git.kernel.org/arm64/c/eb9a85261e29

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list