Skip to content

Commit 3e02f57

Browse files
brooniewilldeacon
authored andcommitted
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]>
1 parent 3a38ef2 commit 3e02f57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/testing/selftests/arm64/fp/fp-stress.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,9 @@ int main(int argc, char **argv)
549549
all_children_started = true;
550550
}
551551

552+
ksft_print_msg("Sending signals, timeout remaining: %d\n",
553+
timeout);
554+
552555
for (i = 0; i < num_children; i++)
553556
child_tickle(&children[i]);
554557

0 commit comments

Comments
 (0)