Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>:
On Thu, 21 May 2026 17:11:53 +0800 you wrote: > From: Geliang Tang <[email protected]> > > In test_mutliproc(), when send() or recv() returns an error (e.g., > -1), the test continues to execute the remaining code and fails > repeatedly due to using EXPECT_GE. > > For example, if a TLS connection is broken and recv() returns -1, > EXPECT_GE(res, 0) records a failure but does not stop the test. > The test then proceeds with left -= res (where res = -1), causing > left to increase unexpectedly, and the loop continues indefinitely. > > [...] Here is the summary with links: - [net-next] selftests: tls: use ASSERT_GE in test_mutliproc https://git.kernel.org/netdev/net-next/c/6ec863c18481 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
