Message ID | 20221029154520.2747444-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | inet: add drop monitor support | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Sat, 29 Oct 2022 15:45:15 +0000 you wrote: > I recently tried to analyse flakes in ip_defrag selftest. > This failed miserably. > > IPv4 and IPv6 reassembly units are causing false kfree_skb() > notifications. It is time to deal with this issue. > > First two patches are changing core networking to better > deal with eventual skb frag_list chains, in respect > of kfree_skb/consume_skb status. > > [...] Here is the summary with links: - [v2,net-next,1/5] net: dropreason: add SKB_CONSUMED reason https://git.kernel.org/netdev/net-next/c/0e84afe8ebfb - [v2,net-next,2/5] net: dropreason: propagate drop_reason to skb_release_data() https://git.kernel.org/netdev/net-next/c/511a3eda2f8d - [v2,net-next,3/5] net: dropreason: add SKB_DROP_REASON_DUP_FRAG https://git.kernel.org/netdev/net-next/c/4ecbb1c27c36 - [v2,net-next,4/5] net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT https://git.kernel.org/netdev/net-next/c/77adfd3a1d44 - [v2,net-next,5/5] net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR https://git.kernel.org/netdev/net-next/c/3bdfb04f13eb You are awesome, thank you!