]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kselftest/arm64: Fix check for setting new VLs in sve-ptrace
authorMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:25:31 +0000 (16:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Aug 2025 10:08:46 +0000 (12:08 +0200)
commit6d029d85aa2b7fa22cd2742a3f9a7f3c8bbdd5da
tree32922b22a31d919e5c7a4679f56436e5e631c7be
parentf73c0bc2d1d306092babcc2fe617fb9686cce74d
kselftest/arm64: Fix check for setting new VLs in sve-ptrace

[ Upstream commit 867446f090589626497638f70b10be5e61a0b925 ]

The check that the new vector length we set was the expected one was typoed
to an assignment statement which for some reason the compilers didn't spot,
most likely due to the macros involved.

Fixes: a1d7111257cd ("selftests: arm64: More comprehensively test the SVE ptrace interface")
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Dev Jain <dev.jain@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250609-kselftest-arm64-ssve-fixups-v2-1-998fcfa6f240@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/arm64/fp/sve-ptrace.c