Thread (6 messages) flat view 6 messages, 4 authors, 29d ago

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

From: patchwork-bot+netdevbpf@kernel.org
Date: 2026-08-10 23:40:51
Also in: linux-kselftest, lkml, stable

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski [off-list ref]:

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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help