All of lore.kernel.org
 help / color / mirror / Atom feed
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, pablo@netfilter.org
Subject: Re: [PATCH v2 net-next 1/7] netfilter: ebtables: Use vmalloc_array() to improve code
Date: Wed, 03 Sep 2025 23:10:13 +0000	[thread overview]
Message-ID: <175694101351.1231059.5169686861152250158.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250902133549.15945-2-fw@strlen.de>

Hello:

This series was applied to netdev/net-next.git (main)
by Florian Westphal <fw@strlen.de>:

On Tue,  2 Sep 2025 15:35:43 +0200 you wrote:
> From: Qianfeng Rong <rongqianfeng@vivo.com>
> 
> Remove array_size() calls and replace vmalloc() with vmalloc_array() to
> simplify the code.  vmalloc_array() is also optimized better, uses fewer
> instructions, and handles overflow more concisely[1].
> 
> [1]: https://lore.kernel.org/lkml/abc66ec5-85a4-47e1-9759-2f60ab111971@vivo.com/
> Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
> Signed-off-by: Florian Westphal <fw@strlen.de>
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/7] netfilter: ebtables: Use vmalloc_array() to improve code
    https://git.kernel.org/netdev/net-next/c/46015e6b3ea7
  - [v2,net-next,2/7] netfilter: nft_payload: Use csum_replace4() instead of opencoding
    https://git.kernel.org/netdev/net-next/c/c015e17ba111
  - [v2,net-next,3/7] netfilter: nf_tables: allow iter callbacks to sleep
    https://git.kernel.org/netdev/net-next/c/a60a5abe19d6
  - [v2,net-next,4/7] netfilter: nf_tables: all transaction allocations can now sleep
    https://git.kernel.org/netdev/net-next/c/3d95a2e016ab
  - [v2,net-next,5/7] netfilter: nft_set_pipapo: remove redundant test for avx feature bit
    https://git.kernel.org/netdev/net-next/c/8959f27d39d6
  - [v2,net-next,6/7] netfilter: nf_reject: remove unneeded exports
    https://git.kernel.org/netdev/net-next/c/f4f9e05904e1
  - [v2,net-next,7/7] netfilter: nft_payload: extend offset to 65535 bytes
    https://git.kernel.org/netdev/net-next/c/077dc4a27579

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2025-09-03 23:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-02 13:35 [PATCH v2 net-next 0/7] netfilter: updates for net-next Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 1/7] netfilter: ebtables: Use vmalloc_array() to improve code Florian Westphal
2025-09-03 23:10   ` patchwork-bot+netdevbpf [this message]
2025-09-02 13:35 ` [PATCH v2 net-next 2/7] netfilter: nft_payload: Use csum_replace4() instead of opencoding Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 3/7] netfilter: nf_tables: allow iter callbacks to sleep Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 4/7] netfilter: nf_tables: all transaction allocations can now sleep Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 5/7] netfilter: nft_set_pipapo: remove redundant test for avx feature bit Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 6/7] netfilter: nf_reject: remove unneeded exports Florian Westphal
2025-09-02 13:35 ` [PATCH v2 net-next 7/7] netfilter: nft_payload: extend offset to 65535 bytes 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=175694101351.1231059.5169686861152250158.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --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 \
    --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.