]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'selftests-net-py-improve-bkg-error-reporting'
authorJakub Kicinski <kuba@kernel.org>
Wed, 25 Feb 2026 02:25:32 +0000 (18:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Feb 2026 02:25:32 +0000 (18:25 -0800)
Jakub Kicinski says:

====================
selftests: net: py: improve bkg() error reporting

bkg() is a helper for running commands in the background.
When init or body of a with() block fails check if the bkg()
process already exited and report its status (including stdout/
/stderr). This significantly improves debugability.
====================

Link: https://patch.msgid.link/20260223202633.4126087-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge