aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <[email protected]>2022-10-17 15:45:53 +0100
committerWill Deacon <[email protected]>2022-11-08 16:03:19 +0000
commit3e02f57bcc6a34ab992c4027b6ef3f2916b20924 (patch)
treedb881ac945b2903f27206b76ac088b7d3336ef36
parent3a38ef2b3cb6b63c105247b5ea4a9cf600e673f0 (diff)
kselftest/arm64: Provide progress messages when signalling children
Especially when the test is configured to run for a longer time it can be reassuring to users to see that the supervising program is running OK so provide a message every second when the output timer expires. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
-rw-r--r--tools/testing/selftests/arm64/fp/fp-stress.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/fp/fp-stress.c b/tools/testing/selftests/arm64/fp/fp-stress.c
index 35dc07648d52..ccbfcf847d96 100644
--- a/tools/testing/selftests/arm64/fp/fp-stress.c
+++ b/tools/testing/selftests/arm64/fp/fp-stress.c
@@ -549,6 +549,9 @@ int main(int argc, char **argv)
all_children_started = true;
}
+ ksft_print_msg("Sending signals, timeout remaining: %d\n",
+ timeout);
+
for (i = 0; i < num_children; i++)
child_tickle(&children[i]);