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)
commitd47d8a5e21fc7f83bccc94156dfe6192e3f57724
tree76886782a23150f499c862dfd632cb80a82d533f
parent05a5980f7ff50e6c18a9f38ca49521180a333fdf
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