Re: [PATCH 3/3] kselftest/arm64: Specify SVE data when testing VL set in sve-ptrace

2025-05-26 Thread Mark Rutland
On Fri, May 23, 2025 at 04:27:14PM +0100, Mark Brown wrote: > Since f916dd32a943 ("arm64/fpsimd: ptrace: Mandate SVE payload for > streaming-mode state") we reject attempts to write to the streaming mode > regset even if there is no register data supplied, causing the tests for > setting vector len

[PATCH 3/3] kselftest/arm64: Specify SVE data when testing VL set in sve-ptrace

2025-05-23 Thread Mark Brown
Since f916dd32a943 ("arm64/fpsimd: ptrace: Mandate SVE payload for streaming-mode state") we reject attempts to write to the streaming mode regset even if there is no register data supplied, causing the tests for setting vector lengths and setting SVE_VL_INHERIT in sve-ptrace to spuriously fail. Se