Re: [PATCH net v2] tls: fix RX desync on overlapping skbs
| Newsgroups | gmane.linux.network |
|---|---|
| Message-ID | <178701600540.1817778.12632713486409028409.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Thu, 13 Aug 2026 14:09:44 +0200 you wrote: > The TCP receive queue can hold adjacent skbs whose sequence ranges > overlap. The tls fast-path reads the record header with skb_copy_bits() > by byte offset, which assumes skbs do not overlap, so a header split > across the overlap is misread and the connection aborts > (-EMSGSIZE/-EINVAL). tls_strp_check_queue_ok() detects such overlaps but > only ran after the header was parsed, never covering the header itself. > > [...] Here is the summary with links: - [net,v2] tls: fix RX desync on overlapping skbs https://git.kernel.org/netdev/net/c/9466ef3ec972 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html