Searched hist:fae491e52cc2b48097bd93fceb687ccbacd263c4 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | diff fae491e52cc2b48097bd93fceb687ccbacd263c4 Tue Dec 27 14:06:36 CET 2022 Mark Brown <broonie@kernel.org> kselftest/arm64: Only enumerate VLs once in syscall-abi
Currently syscall-abi not only enumerates the SVE VLs twice while working out how many tests are planned, it also repeats the enumeration process while doing the actual tests. Record the VLs when we enumerate and use that list when we are performing the tests, removing some duplicated logic.
Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20221223-arm64-syscall-abi-sme-only-v1-2-4fabfbd62087@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|