Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <[email protected]>:

On Thu, 06 Aug 2026 20:44:06 -0400 you wrote:
> tls_sw_recvmsg() and tls_sw_read_sock() both read ctx->async_wait.err
> once they hold the reader lock, so a record that failed
> authentication fails the call. tls_sw_splice_read() has no such
> check. sk_err does not stand in for one. The first reader to reach
> sock_error() clears sk_err, while async_wait.err persists. A splice
> therefore keeps delivering records on a connection the other two
> readers have already refused.
> 
> [...]

Here is the summary with links:
  - [net,1/2] net/tls: Fail tls_sw_splice_read() after a failed async decrypt
    https://git.kernel.org/netdev/net/c/976df67f463d
  - [net,2/2] selftests: tls: cover splice after a failed decrypt
    https://git.kernel.org/netdev/net/c/8a4222973913

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



Reply via email to