Hello:

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

On Thu,  6 Aug 2026 19:12:34 +0900 you wrote:
> tcf_ct_handle_fragments() runs its header sanity checks before handing
> anything to the defragmentation engine:
> 
>       if (family == NFPROTO_IPV4)
>               err = tcf_ct_ipv4_is_fragment(skb, &frag);
>       else
>               err = tcf_ct_ipv6_is_fragment(skb, &frag);
>       if (err || !frag)
>               return err;
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net/sched: act_ct: fix sk_buff leak when the header checks 
reject a packet
    https://git.kernel.org/netdev/net/c/8a7ed561671a
  - [net,v2,2/2] selftests: tc-testing: add act_ct test for malformed header 
handling
    https://git.kernel.org/netdev/net/c/f1b3416ceaf7

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



Reply via email to