From: patchwork-bot+netdevbpf@kernel.org
To: Florian Westphal <fw@strlen.de>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org,
netfilter-devel@vger.kernel.org, chentao@kylinos.cn
Subject: Re: [PATCH net-next 01/12] netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_expect_init
Date: Fri, 23 Feb 2024 03:20:29 +0000 [thread overview]
Message-ID: <170865842992.21611.7211914750245168540.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240221112637.5396-2-fw@strlen.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Florian Westphal <fw@strlen.de>:
On Wed, 21 Feb 2024 12:26:03 +0100 you wrote:
> From: Kunwu Chan <chentao@kylinos.cn>
>
> Use the new KMEM_CACHE() macro instead of direct kmem_cache_create
> to simplify the creation of SLAB caches.
>
> Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
> Signed-off-by: Florian Westphal <fw@strlen.de>
>
> [...]
Here is the summary with links:
- [net-next,01/12] netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_expect_init
https://git.kernel.org/netdev/net-next/c/aa23cfe6ab50
- [net-next,02/12] netfilter: nf_log: consolidate check for NULL logger in lookup function
https://git.kernel.org/netdev/net-next/c/79578be4d35c
- [net-next,03/12] netfilter: nf_log: validate nf_logger_find_get()
https://git.kernel.org/netdev/net-next/c/c47ec2b120b4
- [net-next,04/12] netfilter: nft_osf: simplify init path
https://git.kernel.org/netdev/net-next/c/29a280025580
- [net-next,05/12] netfilter: xtables: fix up kconfig dependencies
https://git.kernel.org/netdev/net-next/c/749d4ef0868c
- [net-next,06/12] netfilter: nft_set_pipapo: constify lookup fn args where possible
https://git.kernel.org/netdev/net-next/c/f04df573faf9
- [net-next,07/12] netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTR
https://git.kernel.org/netdev/net-next/c/07ace0bbe03b
- [net-next,08/12] netfilter: nft_set_pipapo: shrink data structures
https://git.kernel.org/netdev/net-next/c/aac14d516c2b
- [net-next,09/12] netfilter: nft_set_pipapo: speed up bulk element insertions
https://git.kernel.org/netdev/net-next/c/9f439bd6ef4f
- [net-next,10/12] netfilter: nft_set_pipapo: use GFP_KERNEL for insertions
https://git.kernel.org/netdev/net-next/c/5b651783d80b
- [net-next,11/12] netfilter: move nf_reinject into nfnetlink_queue modules
https://git.kernel.org/netdev/net-next/c/3f8019688894
- [net-next,12/12] netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination
https://git.kernel.org/netdev/net-next/c/26f4dac11775
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:[~2024-02-23 3:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 11:26 [PATCH net-next 00/12] netfilter updates for net-next Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 01/12] netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_expect_init Florian Westphal
2024-02-23 3:20 ` patchwork-bot+netdevbpf [this message]
2024-02-21 11:26 ` [PATCH net-next 02/12] netfilter: nf_log: consolidate check for NULL logger in lookup function Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 03/12] netfilter: nf_log: validate nf_logger_find_get() Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 04/12] netfilter: nft_osf: simplify init path Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 05/12] netfilter: xtables: fix up kconfig dependencies Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 06/12] netfilter: nft_set_pipapo: constify lookup fn args where possible Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 07/12] netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTR Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 08/12] netfilter: nft_set_pipapo: shrink data structures Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 09/12] netfilter: nft_set_pipapo: speed up bulk element insertions Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 10/12] netfilter: nft_set_pipapo: use GFP_KERNEL for insertions Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 11/12] netfilter: move nf_reinject into nfnetlink_queue modules Florian Westphal
2024-02-21 11:26 ` [PATCH net-next 12/12] netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination Florian Westphal
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=170865842992.21611.7211914750245168540.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=chentao@kylinos.cn \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
/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.