]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest/arm64: Install signal handlers before output in FP stress tests
authorMark Brown <broonie@kernel.org>
Tue, 6 Sep 2022 22:00:56 +0000 (23:00 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Sep 2022 13:25:31 +0000 (14:25 +0100)
commitf908746b156faca2fe0dc23dac131e9e64454b72
tree76886782a23150f499c862dfd632cb80a82d533f
parent75eaa769a4f8c9e952e5234578fac7d6040c91a9
kselftest/arm64: Install signal handlers before output in FP stress tests

To interface more robustly with other processes install the signal handers
in the floating point stress tests before we produce any output, this
means that a parent process can know that if it has seen any output from
the test then the test is ready to handle incoming signals.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220906220056.820295-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/fpsimd-test.S
tools/testing/selftests/arm64/fp/sve-test.S
tools/testing/selftests/arm64/fp/za-test.S