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
Subject: Re: [PATCH net-next 01/11] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
Date: Mon, 11 Apr 2022 10:50:13 +0000 [thread overview]
Message-ID: <164967421379.15720.10656114207505475482.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220411102744.282101-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Mon, 11 Apr 2022 12:27:34 +0200 you wrote:
> From: Jakob Koschel <jakobkoschel@gmail.com>
>
> Since there is no way for list_for_each_entry_continue() to start
> interating in the middle of the list they can be replaced with a call
> to list_for_each_entry().
>
> In preparation to limit the scope of the list iterator to the list
> traversal loop, the list iterator variable 'rule' should not be used
> past the loop.
>
> [...]
Here is the summary with links:
- [net-next,01/11] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()
https://git.kernel.org/netdev/net-next/c/10377d42281e
- [net-next,02/11] netfilter: ecache: move to separate structure
https://git.kernel.org/netdev/net-next/c/9027ce0b071a
- [net-next,03/11] netfilter: conntrack: split inner loop of list dumping to own function
https://git.kernel.org/netdev/net-next/c/49001a2e83a8
- [net-next,04/11] netfilter: cttimeout: inc/dec module refcount per object, not per use refcount
https://git.kernel.org/netdev/net-next/c/523895e5b278
- [net-next,05/11] netfilter: nf_log_syslog: Merge MAC header dumpers
https://git.kernel.org/netdev/net-next/c/39ab798fc14d
- [net-next,06/11] netfilter: nf_log_syslog: Don't ignore unknown protocols
https://git.kernel.org/netdev/net-next/c/0c8783806f63
- [net-next,07/11] netfilter: nf_log_syslog: Consolidate entry checks
https://git.kernel.org/netdev/net-next/c/c3e348666713
- [net-next,08/11] netfilter: bitwise: replace hard-coded size with `sizeof` expression
https://git.kernel.org/netdev/net-next/c/c70b921fc1e8
- [net-next,09/11] netfilter: bitwise: improve error goto labels
https://git.kernel.org/netdev/net-next/c/00bd435208e5
- [net-next,10/11] netfilter: nft_fib: reverse path filter for policy-based routing on iif
https://git.kernel.org/netdev/net-next/c/be8be04e5ddb
- [net-next,11/11] selftests: netfilter: add fib expression forward test case
https://git.kernel.org/netdev/net-next/c/0c7b27616fbd
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:[~2022-04-11 10:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 10:27 [PATCH net-next 00/11] Netfilter updates for net-next Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 01/11] netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue() Pablo Neira Ayuso
2022-04-11 10:50 ` patchwork-bot+netdevbpf [this message]
2022-04-11 10:27 ` [PATCH net-next 02/11] netfilter: ecache: move to separate structure Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 03/11] netfilter: conntrack: split inner loop of list dumping to own function Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 04/11] netfilter: cttimeout: inc/dec module refcount per object, not per use refcount Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 05/11] netfilter: nf_log_syslog: Merge MAC header dumpers Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 06/11] netfilter: nf_log_syslog: Don't ignore unknown protocols Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 07/11] netfilter: nf_log_syslog: Consolidate entry checks Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 08/11] netfilter: bitwise: replace hard-coded size with `sizeof` expression Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 09/11] netfilter: bitwise: improve error goto labels Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 10/11] netfilter: nft_fib: reverse path filter for policy-based routing on iif Pablo Neira Ayuso
2022-04-11 10:27 ` [PATCH net-next 11/11] selftests: netfilter: add fib expression forward test case 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=164967421379.15720.10656114207505475482.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.