kselftest/arm64: Allow sve-ptrace to run on SME only systems
authorMark Brown <broonie@kernel.org>
Fri, 18 Jul 2025 18:33:16 +0000 (19:33 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 22 Jul 2025 08:33:03 +0000 (09:33 +0100)
commitb5cebb5de9a8fce3f6e6451f6db8e5608c7f2261
tree7bcd882f295fae57cb57e3bd80099f99fd4874be
parent54c605124da6fad3d6033ca822c551ce33982084
kselftest/arm64: Allow sve-ptrace to run on SME only systems

Currently the sve-ptrace test program only runs if the system supports
SVE but since SME includes streaming SVE the tests it offers are valid
even on a system that only supports SME. Since the tests already have
individual hwcap checks just remove the top level test and rely on those.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250718-arm64-sve-ptrace-sme-only-v1-1-2a1121e51b1d@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/sve-ptrace.c