mbox series

[v1,0/2] kselftest/arm64: fp-stress output clarity improvements

Message ID 20221017144553.773176-1-broonie@kernel.org (mailing list archive)
Headers show
Series kselftest/arm64: fp-stress output clarity improvements | expand

Message

Mark Brown Oct. 17, 2022, 2:45 p.m. UTC
This series provides a couple of improvements to the output of
fp-stress, making it easier to follow what's going on and our
application of the timeout a bit more even.

Mark Brown (2):
  kselftest/arm64: Check that all children are producing output in
    fp-stress
  kselftest/arm64: Provide progress messages when signalling children

 tools/testing/selftests/arm64/fp/fp-stress.c | 26 ++++++++++++++++++++
 1 file changed, 26 insertions(+)


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780

Comments

Will Deacon Nov. 8, 2022, 5:38 p.m. UTC | #1
On Mon, 17 Oct 2022 15:45:51 +0100, Mark Brown wrote:
> This series provides a couple of improvements to the output of
> fp-stress, making it easier to follow what's going on and our
> application of the timeout a bit more even.
> 
> Mark Brown (2):
>   kselftest/arm64: Check that all children are producing output in
>     fp-stress
>   kselftest/arm64: Provide progress messages when signalling children
> 
> [...]

Applied to arm64 (for-next/selftests), thanks!

[1/2] kselftest/arm64: Check that all children are producing output in fp-stress
      https://git.kernel.org/arm64/c/3a38ef2b3cb6
[2/2] kselftest/arm64: Provide progress messages when signalling children
      https://git.kernel.org/arm64/c/3e02f57bcc6a

Cheers,