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
Subject: Re: [PATCH net-next 01/19] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
Date: Tue, 25 Apr 2023 00:20:23 +0000 [thread overview]
Message-ID: <168238202341.15505.3012924229620032855.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230421235021.216950-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Sat, 22 Apr 2023 01:50:03 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
>
> In order to free the rules in a chain via call_rcu, the rule array used
> to stash a rcu_head and space for a pointer at the end of the rule array.
>
> When the current nft_rule_dp blob format got added in
> 2c865a8a28a1 ("netfilter: nf_tables: add rule blob layout"), this results
> in a double-trailer:
>
> [...]
Here is the summary with links:
- [net-next,01/19] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
https://git.kernel.org/netdev/net-next/c/e38fbfa972eb
- [net-next,02/19] netfilter: nf_tables: don't store address of last rule on jump
https://git.kernel.org/netdev/net-next/c/d4d89e6546e0
- [net-next,03/19] netfilter: nf_tables: don't store chain address on jump
https://git.kernel.org/netdev/net-next/c/63e9bbbcca60
- [net-next,04/19] netfilter: nf_tables: don't write table validation state without mutex
https://git.kernel.org/netdev/net-next/c/9a32e9850686
- [net-next,05/19] netfilter: nf_tables: make validation state per table
https://git.kernel.org/netdev/net-next/c/00c320f9b755
- [net-next,06/19] netfilter: nf_tables: remove unneeded conditional
https://git.kernel.org/netdev/net-next/c/2a1d6abd7ebe
- [net-next,07/19] netfilter: nf_tables: do not store pktinfo in traceinfo structure
https://git.kernel.org/netdev/net-next/c/698bb828a6c2
- [net-next,08/19] netfilter: nf_tables: do not store verdict in traceinfo structure
https://git.kernel.org/netdev/net-next/c/0a202145d5f9
- [net-next,09/19] netfilter: nf_tables: do not store rule in traceinfo structure
https://git.kernel.org/netdev/net-next/c/46df417544f4
- [net-next,10/19] ipvs: Update width of source for ip_vs_sync_conn_options
https://git.kernel.org/netdev/net-next/c/e3478c68f670
- [net-next,11/19] ipvs: Consistently use array_size() in ip_vs_conn_init()
https://git.kernel.org/netdev/net-next/c/280654932e34
- [net-next,12/19] ipvs: Remove {Enter,Leave}Function
https://git.kernel.org/netdev/net-next/c/210ffe4a74ca
- [net-next,13/19] ipvs: Correct spelling in comments
https://git.kernel.org/netdev/net-next/c/c7d15aaa105a
- [net-next,14/19] netfilter: nf_tables: extended netlink error reporting for netdevice
https://git.kernel.org/netdev/net-next/c/c3c060adc024
- [net-next,15/19] netfilter: nf_tables: do not send complete notification of deletions
https://git.kernel.org/netdev/net-next/c/28339b21a365
- [net-next,16/19] netfilter: nf_tables: rename function to destroy hook list
https://git.kernel.org/netdev/net-next/c/cdc325466323
- [net-next,17/19] netfilter: nf_tables: support for adding new devices to an existing netdev chain
https://git.kernel.org/netdev/net-next/c/b9703ed44ffb
- [net-next,18/19] netfilter: nf_tables: support for deleting devices in an existing netdev chain
https://git.kernel.org/netdev/net-next/c/7d937b107108
- [net-next,19/19] netfilter: nf_tables: allow to create netdev chain without device
https://git.kernel.org/netdev/net-next/c/207296f1a03b
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:[~2023-04-25 0:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-21 23:50 [PATCH net-next 00/19] Netfilter/IPVS updates for net-next Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 01/19] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker Pablo Neira Ayuso
2023-04-25 0:20 ` patchwork-bot+netdevbpf [this message]
2023-04-21 23:50 ` [PATCH net-next 02/19] netfilter: nf_tables: don't store address of last rule on jump Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 03/19] netfilter: nf_tables: don't store chain address " Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 04/19] netfilter: nf_tables: don't write table validation state without mutex Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 05/19] netfilter: nf_tables: make validation state per table Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 06/19] netfilter: nf_tables: remove unneeded conditional Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 07/19] netfilter: nf_tables: do not store pktinfo in traceinfo structure Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 08/19] netfilter: nf_tables: do not store verdict " Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 09/19] netfilter: nf_tables: do not store rule " Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 10/19] ipvs: Update width of source for ip_vs_sync_conn_options Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 11/19] ipvs: Consistently use array_size() in ip_vs_conn_init() Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 12/19] ipvs: Remove {Enter,Leave}Function Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 13/19] ipvs: Correct spelling in comments Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 14/19] netfilter: nf_tables: extended netlink error reporting for netdevice Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 15/19] netfilter: nf_tables: do not send complete notification of deletions Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 16/19] netfilter: nf_tables: rename function to destroy hook list Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 17/19] netfilter: nf_tables: support for adding new devices to an existing netdev chain Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 18/19] netfilter: nf_tables: support for deleting devices in " Pablo Neira Ayuso
2023-04-21 23:50 ` [PATCH net-next 19/19] netfilter: nf_tables: allow to create netdev chain without device 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=168238202341.15505.3012924229620032855.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--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