]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: arm64: Add wrapper scripts for stress tests
authorMark Brown <broonie@kernel.org>
Wed, 19 Aug 2020 11:48:36 +0000 (12:48 +0100)
committerWill Deacon <will@kernel.org>
Fri, 18 Sep 2020 13:17:58 +0000 (14:17 +0100)
commitceeefe7517b8cda9e2dad93b3ebd785122b8d3ba
tree920c81e09098763d28caee8ec1de9783a4bf3d6a
parent79f7561f736b58aa753ed09d443d1efe4819e17d
selftests: arm64: Add wrapper scripts for stress tests

Add wrapper scripts which invoke fpsimd-test and sve-test with several
copies per CPU such that the context switch code will be appropriately
exercised.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200819114837.51466-6-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/fpsimd-stress [new file with mode: 0755]
tools/testing/selftests/arm64/fp/sve-stress [new file with mode: 0755]