Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <k...@kernel.org>:

On Thu,  7 Aug 2025 16:29:06 -0700 you wrote:
> TLS expects that it owns the receive queue of the TCP socket.
> This cannot be guaranteed in case the reader of the TCP socket
> entered before the TLS ULP was installed, or uses some non-standard
> read API (eg. zerocopy ones). Replace the WARN_ON() and a buggy
> early exit (which leaves anchor pointing to a freed skb) with real
> error handling. Wipe the parsing state and tell the reader to retry.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] tls: handle data disappearing from under the TLS ULP
    https://git.kernel.org/netdev/net/c/6db015fc4b5d
  - [net,v2,2/2] selftests: tls: test TCP stealing data from under the TLS 
socket
    https://git.kernel.org/netdev/net/c/d7e82594a45c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to