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/13] netfilter: x_tables: allow initial table replace without emitting audit log message
Date: Sat, 09 May 2026 01:40:21 +0000 [thread overview]
Message-ID: <177829082130.929250.13481267199654221976.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260507234509.603182-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Fri, 8 May 2026 01:44:57 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
>
> At the moment we emit the audit log a bit too early, which makes it
> necessary to also emit an unregister log in case we have to unwind
> errors after possible hook register failure.
>
> Followup patch will be slightly simpler if we can delay the
> register message until after the hooks have been wired up.
>
> [...]
Here is the summary with links:
- [net,01/13] netfilter: x_tables: allow initial table replace without emitting audit log message
https://git.kernel.org/netdev/net/c/8e72510db9fa
- [net,02/13] netfilter: x_tables: allocate hook ops while under mutex
https://git.kernel.org/netdev/net/c/b62eb8dcf2c4
- [net,03/13] netfilter: x_tables: add and use xt_unregister_table_pre_exit
https://git.kernel.org/netdev/net/c/527d6931473b
- [net,04/13] netfilter: x_tables: unregister the templates first
https://git.kernel.org/netdev/net/c/d338693d7785
- [net,05/13] netfilter: x_tables: add and use xtables_unregister_table_exit
https://git.kernel.org/netdev/net/c/b4597d5fd7d2
- [net,06/13] netfilter: ebtables: move to two-stage removal scheme
https://git.kernel.org/netdev/net/c/b7f0544d86d4
- [net,07/13] netfilter: ebtables: close dangling table module init race
https://git.kernel.org/netdev/net/c/92c603fa07bc
- [net,08/13] netfilter: x_tables: close dangling table module init race
https://git.kernel.org/netdev/net/c/16bc4b6686b2
- [net,09/13] netfilter: bridge: eb_tables: close module init race
https://git.kernel.org/netdev/net/c/27414ff1b287
- [net,10/13] netfilter: nf_conntrack_expect: restore helper propagation via expectation
https://git.kernel.org/netdev/net/c/dcb0f9aefdd6
- [net,11/13] netfilter: ctnetlink: check tuple and mask in expectations created via nfqueue
https://git.kernel.org/netdev/net/c/d8ef54c83ad7
- [net,12/13] netfilter: nf_conntrack_sip: get helper before allocating expectation
https://git.kernel.org/netdev/net/c/eb6317739b1e
- [net,13/13] netfilter: nft_ct: fix missing expect put in obj eval
https://git.kernel.org/netdev/net/c/19f94b6fee75
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-09 1:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 23:44 [PATCH net 00/13] Netfilter fixes for net Pablo Neira Ayuso
2026-05-07 23:44 ` [PATCH net 01/13] netfilter: x_tables: allow initial table replace without emitting audit log message Pablo Neira Ayuso
2026-05-09 1:40 ` patchwork-bot+netdevbpf [this message]
2026-05-07 23:44 ` [PATCH net 02/13] netfilter: x_tables: allocate hook ops while under mutex Pablo Neira Ayuso
2026-05-07 23:44 ` [PATCH net 03/13] netfilter: x_tables: add and use xt_unregister_table_pre_exit Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 04/13] netfilter: x_tables: unregister the templates first Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 05/13] netfilter: x_tables: add and use xtables_unregister_table_exit Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 06/13] netfilter: ebtables: move to two-stage removal scheme Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 07/13] netfilter: ebtables: close dangling table module init race Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 08/13] netfilter: x_tables: " Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 09/13] netfilter: bridge: eb_tables: close " Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 10/13] netfilter: nf_conntrack_expect: restore helper propagation via expectation Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 11/13] netfilter: ctnetlink: check tuple and mask in expectations created via nfqueue Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 12/13] netfilter: nf_conntrack_sip: get helper before allocating expectation Pablo Neira Ayuso
2026-05-07 23:45 ` [PATCH net 13/13] netfilter: nft_ct: fix missing expect put in obj eval 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=177829082130.929250.13481267199654221976.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