Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Sat, 4 Jan 2025 10:29:45 -0500 you wrote: > We've noticed that NFS can hang when using RPC over TLS on an unstable > connection, and investigation shows that the RPC layer is stuck in a tight > loop attempting to transmit, but forever getting -EBADMSG back from the > underlying network. The loop begins when tcp_sendmsg_locked() returns > -EPIPE to tls_tx_records(), but that error is converted to -EBADMSG when > calling the socket's error reporting handler. > > [...] Here is the summary with links: - tls: Fix tls_sw_sendmsg error handling https://git.kernel.org/netdev/net/c/b341ca51d267 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html