On Wed, 19 Aug 2020 12:48:31 +0100, Mark Brown wrote:
This series imports a series of tests for FPSIMD and SVE originally written by Dave Martin to the tree. Since these extensions have some overlap in terms of register usage and must sometimes be tested together they're dropped into a single directory. I've adapted some of the tests to run within the kselftest framework but there are also some stress tests here that are intended to be run as soak tests so aren't suitable for running by default and are mostly just integrated with the build system. There doesn't seem to be a more suitable home for those stress tests and they are very useful for work on these areas of the code so it seems useful to have them somewhere in tree.
[...]
Applied to arm64 (for-next/selftests), thanks!
[1/6] selftests: arm64: Test case for enumeration of SVE vector lengths https://git.kernel.org/arm64/c/ca765153eb90 [2/6] selftests: arm64: Add test for the SVE ptrace interface https://git.kernel.org/arm64/c/0dca276ac4d2 [3/6] selftests: arm64: Add stress tests for FPSMID and SVE context switching https://git.kernel.org/arm64/c/5e992c638ea5 [4/6] selftests: arm64: Add utility to set SVE vector lengths https://git.kernel.org/arm64/c/fc7e611f9f38 [5/6] selftests: arm64: Add wrapper scripts for stress tests https://git.kernel.org/arm64/c/25f47e3eb66e [6/6] selftests: arm64: Add build and documentation for FP tests https://git.kernel.org/arm64/c/e093256d14fb
Cheers,