From: patchwork-bot+netdevbpf@kernel.org
To: Hyunjung Ko <hj351016@gmail.com>
Cc: jhs@mojatatu.com, jiri@resnulli.us, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, shuah@kernel.org, taoliu828@163.com,
netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH net v2 1/2] net/sched: act_ct: fix sk_buff leak when the header checks reject a packet
Date: Mon, 10 Aug 2026 23:40:07 +0000 [thread overview]
Message-ID: <178640520739.254991.6676555820239919462.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260806101235.809370-1-hj351016@gmail.com>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
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
prev parent reply other threads:[~2026-08-10 23:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 10:12 [PATCH net v2 1/2] net/sched: act_ct: fix sk_buff leak when the header checks reject a packet Hyunjung Ko
2026-08-06 10:12 ` [PATCH net v2 2/2] selftests: tc-testing: add act_ct test for malformed header handling Hyunjung Ko
2026-08-06 18:43 ` Victor Nogueira
2026-08-06 18:45 ` Jamal Hadi Salim
2026-08-06 18:39 ` [PATCH net v2 1/2] net/sched: act_ct: fix sk_buff leak when the header checks reject a packet Jamal Hadi Salim
2026-08-10 23:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178640520739.254991.6676555820239919462.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hj351016@gmail.com \
--cc=horms@kernel.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=taoliu828@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox