]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kselftest/arm64: Verify that we reject out of bounds VLs in sve-ptrace
authorMark Brown <broonie@kernel.org>
Wed, 20 Aug 2025 18:29:03 +0000 (19:29 +0100)
committerWill Deacon <will@kernel.org>
Thu, 18 Sep 2025 11:53:38 +0000 (12:53 +0100)
commitdd68f51febbd6eb8a40872724f4c9bcc84442114
treef741c98c1917155867077c140d7ac6aefeb26a6c
parent5b7bdc4402b12bdad747cce305ecbc9737aed7ba
kselftest/arm64: Verify that we reject out of bounds VLs in sve-ptrace

We do not currently have a test that asserts that we reject attempts to set
a vector length smaller than SVE_VL_MIN or larger than SVE_VL_MAX, add one
since that is our current behaviour.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/sve-ptrace.c