diff options
author | Mark Brown <[email protected]> | 2022-09-21 19:13:44 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2022-09-29 18:12:37 +0100 |
commit | dd72dd7cd527ff9313af5866434e698fdbda98ae (patch) | |
tree | 4e1883f8c3fb9e9a436c7a2d2c92ec97da556465 | |
parent | c38d381fff26ece271447d558dcb4b42f0ccda51 (diff) |
kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
Once we have started exiting the termination handler will have the same
effect as what we're already running so set the termination flag at that
point.
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r-- | tools/testing/selftests/arm64/fp/fp-stress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/fp/fp-stress.c b/tools/testing/selftests/arm64/fp/fp-stress.c index 4387c3cacaa7..03ce3936220a 100644 --- a/tools/testing/selftests/arm64/fp/fp-stress.c +++ b/tools/testing/selftests/arm64/fp/fp-stress.c @@ -522,6 +522,7 @@ int main(int argc, char **argv) } ksft_print_msg("Finishing up...\n"); + terminate = true; for (i = 0; i < tests; i++) child_stop(&children[i]); |