Re: [PATCH] kselftest/arm64: Log fp-stress child startup errors to stdout

2024-10-23 Thread Catalin Marinas
On Wed, 23 Oct 2024 00:20:45 +0100, Mark Brown wrote: > Currently if we encounter an error between fork() and exec() of a child > process we log the error to stderr. This means that the errors don't get > annotated with the child information which makes diagnostics harder and > means that if we mis

[PATCH] kselftest/arm64: Log fp-stress child startup errors to stdout

2024-10-22 Thread Mark Brown
Currently if we encounter an error between fork() and exec() of a child process we log the error to stderr. This means that the errors don't get annotated with the child information which makes diagnostics harder and means that if we miss the exit signal from the child we can deadlock waiting for o