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 net 1/6] netfilter: nft_set_pipapo: fix range overlap detection
Date: Sun, 04 Jan 2026 20:13:49 +0000 [thread overview]
Message-ID: <176755762931.155813.1576847923477813062.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260102114128.7007-2-fw@strlen.de>
Hello:
This series was applied to netdev/net.git (main)
by Florian Westphal <fw@strlen.de>:
On Fri, 2 Jan 2026 12:41:23 +0100 you wrote:
> set->klen has to be used, not sizeof(). The latter only compares a
> single register but a full check of the entire key is needed.
>
> Example:
> table ip t {
> map s {
> typeof iifname . ip saddr : verdict
> flags interval
> }
> }
>
> [...]
Here is the summary with links:
- [net,1/6] netfilter: nft_set_pipapo: fix range overlap detection
https://git.kernel.org/netdev/net/c/7711f4bb4b36
- [net,2/6] selftests: netfilter: nft_concat_range.sh: add check for overlap detection bug
https://git.kernel.org/netdev/net/c/a675d1caa204
- [net,3/6] netfilter: nft_synproxy: avoid possible data-race on update operation
https://git.kernel.org/netdev/net/c/36a320057564
- [net,4/6] netfilter: replace -EEXIST with -EBUSY
https://git.kernel.org/netdev/net/c/2bafeb8d2f38
- [net,5/6] netfilter: nf_tables: fix memory leak in nf_tables_newrule()
https://git.kernel.org/netdev/net/c/d077e8119ddb
- [net,6/6] netfilter: nf_conncount: update last_gc only when GC has been performed
https://git.kernel.org/netdev/net/c/7811ba452402
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-01-04 20:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-02 11:41 [PATCH net 0/6] netfilter: updates for net Florian Westphal
2026-01-02 11:41 ` [PATCH net 1/6] netfilter: nft_set_pipapo: fix range overlap detection Florian Westphal
2026-01-04 20:13 ` patchwork-bot+netdevbpf [this message]
2026-01-02 11:41 ` [PATCH net 2/6] selftests: netfilter: nft_concat_range.sh: add check for overlap detection bug Florian Westphal
2026-01-02 11:41 ` [PATCH net 3/6] netfilter: nft_synproxy: avoid possible data-race on update operation Florian Westphal
2026-01-02 11:41 ` [PATCH net 4/6] netfilter: replace -EEXIST with -EBUSY Florian Westphal
2026-01-02 11:41 ` [PATCH net 5/6] netfilter: nf_tables: fix memory leak in nf_tables_newrule() Florian Westphal
2026-01-02 11:41 ` [PATCH net 6/6] netfilter: nf_conncount: update last_gc only when GC has been performed Florian Westphal
2026-01-04 15:08 ` [PATCH net 0/6] netfilter: updates for net Fernando Fernandez Mancera
2026-01-04 15:16 ` 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=176755762931.155813.1576847923477813062.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).