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, fw@strlen.de, horms@kernel.org
Subject: Re: [PATCH net 01/12] netfilter: nf_conntrack_helper: fix possible null deref during error log
Date: Tue, 19 May 2026 00:20:19 +0000 [thread overview]
Message-ID: <177915001914.2025486.8839670790372088379.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260516115627.967773-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Sat, 16 May 2026 13:56:16 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
>
> Reported by sashiko: there is a small race window.
>
> If a helper module is unloaded or a userspace-defined helper is
> removed, nf_conntrack_helper_unregister() sets ->helper to NULL.
>
> [...]
Here is the summary with links:
- [net,01/12] netfilter: nf_conntrack_helper: fix possible null deref during error log
https://git.kernel.org/netdev/net/c/1afc25ae7528
- [net,02/12] ipvs: avoid possible loop in ip_vs_dst_event on resizing
https://git.kernel.org/netdev/net/c/5522d65d81a7
- [net,03/12] netfilter: ipset: fix a potential dump-destroy race
https://git.kernel.org/netdev/net/c/53d7fd878c28
- [net,04/12] netfilter: nft_inner: Fix IPv6 inner_thoff desync
https://git.kernel.org/netdev/net/c/b6a91f68ebfe
- [net,05/12] netfilter: ipset: stop hash:* range iteration at end
https://git.kernel.org/netdev/net/c/0d3a282ab5f1
- [net,06/12] netfilter: nft_inner: release local_lock before re-enabling softirqs
https://git.kernel.org/netdev/net/c/a6cb3ff97985
- [net,07/12] netfilter: ip6t_hbh: reject oversized option lists
https://git.kernel.org/netdev/net/c/4322dcde6b41
- [net,08/12] netfilter: ipset: Fix data race between add and list header in all hash types
https://git.kernel.org/netdev/net/c/c0c42a0fb271
- [net,09/12] netfilter: ipset: Fix data race between add and dump in all hash types
https://git.kernel.org/netdev/net/c/2358f7427ccd
- [net,10/12] netfilter: ipset: annotate "pos" for concurrent readers/writers
https://git.kernel.org/netdev/net/c/7f7445840b77
- [net,11/12] netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()
https://git.kernel.org/netdev/net/c/b2870fc21601
- [net,12/12] netfilter: nf_queue: hold bridge skb->dev while queued
https://git.kernel.org/netdev/net/c/e196115ec330
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-05-19 0:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-16 11:56 [PATCH net 00/12] Netfilter/IPVS fixes for net Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 01/12] netfilter: nf_conntrack_helper: fix possible null deref during error log Pablo Neira Ayuso
2026-05-19 0:20 ` patchwork-bot+netdevbpf [this message]
2026-05-16 11:56 ` [PATCH net 02/12] ipvs: avoid possible loop in ip_vs_dst_event on resizing Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 03/12] netfilter: ipset: fix a potential dump-destroy race Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 04/12] netfilter: nft_inner: Fix IPv6 inner_thoff desync Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 05/12] netfilter: ipset: stop hash:* range iteration at end Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 06/12] netfilter: nft_inner: release local_lock before re-enabling softirqs Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 07/12] netfilter: ip6t_hbh: reject oversized option lists Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 08/12] netfilter: ipset: Fix data race between add and list header in all hash types Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 09/12] netfilter: ipset: Fix data race between add and dump " Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 10/12] netfilter: ipset: annotate "pos" for concurrent readers/writers Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 11/12] netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge() Pablo Neira Ayuso
2026-05-16 11:56 ` [PATCH net 12/12] netfilter: nf_queue: hold bridge skb->dev while queued Pablo Neira Ayuso
2026-05-19 0:01 ` Jakub Kicinski
2026-05-19 21:10 ` Pablo Neira Ayuso
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=177915001914.2025486.8839670790372088379.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=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