kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptrace
authorMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:25:32 +0000 (16:25 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 3 Jul 2025 10:04:01 +0000 (11:04 +0100)
commit94ab150010f430a36c72e2fe5b7da44a625a6ad5
tree35f65ef096fd1e6188473a3235550d411b29073d
parent867446f090589626497638f70b10be5e61a0b925
kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptrace

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 expect a failure when writing FPSIMD data to the
streaming mode register set.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250609-kselftest-arm64-ssve-fixups-v2-2-998fcfa6f240@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/sve-ptrace.c