Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 1 Oct 2024 13:17:46 -0400 you wrote:
From: Willem de Bruijn willemb@google.com
Detect gso fraglist skbs with corrupted geometry (see below) and pass these to skb_segment instead of skb_segment_list, as the first can segment them correctly.
Valid SKB_GSO_FRAGLIST skbs
- consist of two or more segments
- the head_skb holds the protocol headers plus first gso_size
- one or more frag_list skbs hold exactly one segment
- all but the last must be gso_size
[...]
Here is the summary with links: - [net,v2] gso: fix udp gso fraglist segmentation after pull from frag_list https://git.kernel.org/netdev/net/c/a1e40ac5b5e9
You are awesome, thank you!