mbox series

[v1,0/3] kselftest/arm64: fp-stress updates

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

Message

Mark Brown Sept. 21, 2022, 6:13 p.m. UTC
A few small updates for fp-stress, improving the usability with
signal handling a bit.

Mark Brown (3):
  kselftest/arm64: Don't repeat termination handler for fp-stress
  kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
  kselftest/arm64: Handle EINTR while reading data from children

 tools/testing/selftests/arm64/fp/fp-stress.c | 90 ++++++++++++--------
 1 file changed, 55 insertions(+), 35 deletions(-)


base-commit: ea84edbf08025e592f58b0d9b282777a9ca9fb22

Comments

Catalin Marinas Sept. 29, 2022, 5:54 p.m. UTC | #1
On Wed, 21 Sep 2022 19:13:42 +0100, Mark Brown wrote:
> A few small updates for fp-stress, improving the usability with
> signal handling a bit.
> 
> Mark Brown (3):
>   kselftest/arm64: Don't repeat termination handler for fp-stress
>   kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
>   kselftest/arm64: Handle EINTR while reading data from children
> 
> [...]

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

[1/3] kselftest/arm64: Don't repeat termination handler for fp-stress
      https://git.kernel.org/arm64/c/c38d381fff26
[2/3] kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
      https://git.kernel.org/arm64/c/dd72dd7cd527
[3/3] kselftest/arm64: Handle EINTR while reading data from children
      https://git.kernel.org/arm64/c/a711987490a1