]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'selftests-net-improve-error-handling-in-passive-tfo-test'
authorJakub Kicinski <kuba@kernel.org>
Sun, 18 Jan 2026 02:01:31 +0000 (18:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 18 Jan 2026 02:01:31 +0000 (18:01 -0800)
commitaa5baafd3345e621febd6074285b2e9a741666c9
tree1abe718edfd22b623034e5e225a5dc1910ae661c
parentba4550d5d724b693b142812af435b0984fbb9da0
parent342e31254f02041e3b9d4ad573204d53b2f832c9
Merge branch 'selftests-net-improve-error-handling-in-passive-tfo-test'

Yohei Kojima says:

====================
selftests: net: improve error handling in passive TFO test

This series improves error handling in the passive TFO test by (1)
fixing a broken behavior when the child processes failed (or timed out),
and (2) adding more error handlng code in the test program.

The first patch fixes the behavior that the test didn't report failure
even if the server or the client process exited with non-zero status.
The second patch adds error handling code in the test program to improve
reliability of the test.
====================

Link: https://patch.msgid.link/cover.1768312014.git.yk@y-koj.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>