Re: [PATCH net v2 1/2] net/sched: act_ct: fix sk_buff leak when the header checks reject a packet

[email protected]
Newsgroups org.kernel.vger.netdev,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.stable
Message-ID <178640520739.254991.6676555820239919462.git-patchwork-notify@kernel.org>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.