From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, horms@kernel.org, fw@strlen.de, ja@ssi.bg
Subject: Re: [PATCH net-next 01/12] netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()
Date: Fri, 14 Aug 2026 19:50:58 +0000 [thread overview]
Message-ID: <178673705875.3935546.3916108497020415562.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260810194015.932627-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Mon, 10 Aug 2026 21:40:04 +0200 you wrote:
> Trigger a warning if nf_ct_set() overlaps an existing ct object leading
> to refcount leak. Add this warning to skb_set_nfct() whose only user is
> nf_ct_set() instead.
>
> Update existing nf_ct_set() callers to use nf_reset_ct() first to clean
> up stale pointer to conntrack object which migh trigger false positive
> warnings.
>
> [...]
Here is the summary with links:
- [net-next,01/12] netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()
https://git.kernel.org/netdev/net-next/c/5546b082fa7c
- [net-next,02/12] net: pass net_device_path_ctx to dev_fill_forward_path()
https://git.kernel.org/netdev/net-next/c/95133a416809
- [net-next,03/12] net: netfilter: add ether_type to net_device_path_ctx and use it
https://git.kernel.org/netdev/net-next/c/5592223f3d4e
- [net-next,04/12] netfilter: flowtable: rename tun.l3_proto to tun.inner_proto
https://git.kernel.org/netdev/net-next/c/cb1d3ae6a785
- [net-next,05/12] netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_proto
https://git.kernel.org/netdev/net-next/c/548c0fbcc381
- [net-next,06/12] netfilter: flowtable: store ethertype in flowtable context
https://git.kernel.org/netdev/net-next/c/ec7a0f285041
- [net-next,07/12] netfilter: flowtable: move ipv4 and ipv6 xmit path to function
https://git.kernel.org/netdev/net-next/c/609268d93dd1
- [net-next,08/12] netfilter: flowtable: detach layer 2 encapsulation parser from lookup
https://git.kernel.org/netdev/net-next/c/0e42d4039cb4
- [net-next,09/12] netfilter: nft_ct: move custom expectation support to helper
https://git.kernel.org/netdev/net-next/c/3679da4ad8be
- [net-next,10/12] netfilter: conntrack: always lower timeout for non-closing RST packets
https://git.kernel.org/netdev/net-next/c/73df81b38cb7
- [net-next,11/12] netfilter: nf_conntrack_expect: bail out on insert dead expectations
https://git.kernel.org/netdev/net-next/c/e765c95faa10
- [net-next,12/12] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
https://git.kernel.org/netdev/net-next/c/736fb8632217
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-08-14 19:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-10 19:40 [PATCH net-next 00/12] Netfilter updates for net Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 01/12] netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct() Pablo Neira Ayuso
2026-08-12 1:34 ` Jakub Kicinski
2026-08-12 7:20 ` Pablo Neira Ayuso
2026-08-14 19:50 ` patchwork-bot+netdevbpf [this message]
2026-08-10 19:40 ` [PATCH net-next 02/12] net: pass net_device_path_ctx to dev_fill_forward_path() Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 03/12] net: netfilter: add ether_type to net_device_path_ctx and use it Pablo Neira Ayuso
2026-08-12 1:34 ` Jakub Kicinski
2026-08-12 20:34 ` Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 04/12] netfilter: flowtable: rename tun.l3_proto to tun.inner_proto Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 05/12] netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_proto Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 06/12] netfilter: flowtable: store ethertype in flowtable context Pablo Neira Ayuso
2026-08-12 1:34 ` Jakub Kicinski
2026-08-12 20:36 ` Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 07/12] netfilter: flowtable: move ipv4 and ipv6 xmit path to function Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 08/12] netfilter: flowtable: detach layer 2 encapsulation parser from lookup Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 09/12] netfilter: nft_ct: move custom expectation support to helper Pablo Neira Ayuso
2026-08-12 1:34 ` Jakub Kicinski
2026-08-12 20:41 ` Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 10/12] netfilter: conntrack: always lower timeout for non-closing RST packets Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 11/12] netfilter: nf_conntrack_expect: bail out on insert dead expectations Pablo Neira Ayuso
2026-08-12 1:34 ` Jakub Kicinski
2026-08-12 20:41 ` Pablo Neira Ayuso
2026-08-10 19:40 ` [PATCH net-next 12/12] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo Pablo Neira Ayuso
2026-08-14 19:25 ` [PATCH net-next 00/12] Netfilter updates for net Jakub Kicinski
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=178673705875.3935546.3916108497020415562.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=ja@ssi.bg \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
/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