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 miss the exit signal from the child we can deadlock > waiting for output from the child. Improve robustness and output quality > by logging to stdout instead. > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/1] kselftest/arm64: Log fp-stress child startup errors to stdout https://git.kernel.org/arm64/c/dca93d29845d -- Catalin