Re: [PATCH 2/3] kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptrace

2025-05-26 Thread Mark Rutland
On Fri, May 23, 2025 at 04:27:13PM +0100, Mark Brown wrote: > Since f916dd32a943 ("arm64/fpsimd: ptrace: Mandate SVE payload for > streaming-mode state") we do not support writing FPSIMD payload data when > writing NT_ARM_SSVE but the sve-ptrace test has an explicit test for > this being supported

[PATCH 2/3] kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptrace

2025-05-23 Thread Mark Brown
Since f916dd32a943 ("arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode state") we do not support writing FPSIMD payload data when writing NT_ARM_SSVE but the sve-ptrace test has an explicit test for this being supported which was not updated to reflect the new behaviour. Fix the test to