[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173656323650.2272951.6013172385562660465.git-patchwork-notify@kernel.org>
Date: Sat, 11 Jan 2025 02:40:36 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: netdev@...r.kernel.org, borisp@...dia.com, john.fastabend@...il.com,
kuba@...nel.org, syzbot+6ac73b3abf1b598863fa@...kaller.appspotmail.com
Subject: Re: [PATCH net-next] tls: skip setting sk_write_space on rekey
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 9 Jan 2025 23:30:54 +0100 you wrote:
> syzbot reported a problem when calling setsockopt(SO_SNDBUF) after a
> rekey. SO_SNDBUF calls sk_write_space, ie tls_write_space, which then
> calls the original socket's sk_write_space, saved in
> ctx->sk_write_space. Rekeys should skip re-assigning
> ctx->sk_write_space, so we don't end up with tls_write_space calling
> itself.
>
> [...]
Here is the summary with links:
- [net-next] tls: skip setting sk_write_space on rekey
https://git.kernel.org/netdev/net-next/c/06cc8786516f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists