On Mon, 18 Dec 2023 23:39:32 +0000, Mark Brown wrote:
The vec-syscfg selftest verifies that setting the VL of the currently tested vector type does not disrupt the VL of the other vector type. To do this it records the current vector length for each type but neglects to guard this with a check for that vector type actually being supported. Add one, using a helper function which we also update all the other instances of this pattern.
[...]
Applied to arm64 (for-next/selftests), thanks!
[1/1] kselftest/arm64: Don't probe the current VL for unsupported vector types https://git.kernel.org/arm64/c/9a802ddb2123
Cheers,