From: Paolo Abeni <pabeni@redhat.com>
To: patchwork-bot+netdevbpf@kernel.org,
Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org, edumazet@google.com,
fw@strlen.de, kadlec@netfilter.org
Subject: Re: [PATCH net 01/13] netfilter: nft_compat: narrow down revision to unsigned 8-bits
Date: Thu, 08 Feb 2024 15:51:21 +0100 [thread overview]
Message-ID: <c7165858c53bf9385e0fe510b34da2c91a7342bd.camel@redhat.com> (raw)
In-Reply-To: <170739542966.30179.12730184449437976359.git-patchwork-notify@kernel.org>
On Thu, 2024-02-08 at 12:30 +0000, patchwork-bot+netdevbpf@kernel.org
wrote:
> Hello:
>
> This series was applied to netdev/net.git (main)
> by Pablo Neira Ayuso <pablo@netfilter.org>:
>
> On Thu, 8 Feb 2024 12:28:22 +0100 you wrote:
> > xt_find_revision() expects u8, restrict it to this datatype.
> >
> > Fixes: 0ca743a55991 ("netfilter: nf_tables: add compatibility layer for x_tables")
> > Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> > ---
> > net/netfilter/nft_compat.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Here is the summary with links:
> - [net,01/13] netfilter: nft_compat: narrow down revision to unsigned 8-bits
> https://git.kernel.org/netdev/net/c/36fa8d697132
> - [net,02/13] netfilter: nft_compat: reject unused compat flag
> https://git.kernel.org/netdev/net/c/292781c3c548
> - [net,03/13] netfilter: nft_compat: restrict match/target protocol to u16
> https://git.kernel.org/netdev/net/c/d694b754894c
> - [net,04/13] netfilter: nft_set_pipapo: remove static in nft_pipapo_get()
> https://git.kernel.org/netdev/net/c/ab0beafd52b9
> - [net,05/13] netfilter: ipset: Missing gc cancellations fixed
> https://git.kernel.org/netdev/net/c/27c5a095e251
> - [net,06/13] netfilter: ctnetlink: fix filtering for zone 0
> https://git.kernel.org/netdev/net/c/fa173a1b4e3f
> - [net,07/13] netfilter: nft_ct: reject direction for ct id
> https://git.kernel.org/netdev/net/c/38ed1c7062ad
> - [net,08/13] netfilter: nf_tables: use timestamp to check for set element timeout
> https://git.kernel.org/netdev/net/c/7395dfacfff6
> - [net,09/13] netfilter: nfnetlink_queue: un-break NF_REPEAT
> https://git.kernel.org/netdev/net/c/f82777e8ce6c
> - [net,10/13] netfilter: nft_set_rbtree: skip end interval element from gc
> https://git.kernel.org/netdev/net/c/60c0c230c6f0
> - [net,11/13] netfilter: nft_set_pipapo: store index in scratch maps
> https://git.kernel.org/netdev/net/c/76313d1a4aa9
> - [net,12/13] netfilter: nft_set_pipapo: add helper to release pcpu scratch area
> https://git.kernel.org/netdev/net/c/47b1c03c3c1a
> - [net,13/13] netfilter: nft_set_pipapo: remove scratch_aligned pointer
> https://git.kernel.org/netdev/net/c/5a8cdf6fd860
>
> You are awesome, thank you!
FTR, the patchwork bot went wild, I pulled _v2_
Cheers,
Paolo
next prev parent reply other threads:[~2024-02-08 14:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-08 11:28 [PATCH net,v2 00/13] Netfilter fixes for net Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 01/13] netfilter: nft_compat: narrow down revision to unsigned 8-bits Pablo Neira Ayuso
2024-02-08 12:30 ` patchwork-bot+netdevbpf
2024-02-08 14:51 ` Paolo Abeni [this message]
2024-02-08 11:28 ` [PATCH net 02/13] netfilter: nft_compat: reject unused compat flag Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 03/13] netfilter: nft_compat: restrict match/target protocol to u16 Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 04/13] netfilter: nft_set_pipapo: remove static in nft_pipapo_get() Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 05/13] netfilter: ipset: Missing gc cancellations fixed Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 06/13] netfilter: ctnetlink: fix filtering for zone 0 Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 07/13] netfilter: nft_ct: reject direction for ct id Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 08/13] netfilter: nf_tables: use timestamp to check for set element timeout Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 09/13] netfilter: nfnetlink_queue: un-break NF_REPEAT Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 10/13] netfilter: nft_set_rbtree: skip end interval element from gc Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 11/13] netfilter: nft_set_pipapo: store index in scratch maps Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 12/13] netfilter: nft_set_pipapo: add helper to release pcpu scratch area Pablo Neira Ayuso
2024-02-08 11:28 ` [PATCH net 13/13] netfilter: nft_set_pipapo: remove scratch_aligned pointer Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2024-02-07 23:37 [PATCH net 00/13] Netfilter fixes for net Pablo Neira Ayuso
2024-02-07 23:37 ` [PATCH net 01/13] netfilter: nft_compat: narrow down revision to unsigned 8-bits 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=c7165858c53bf9385e0fe510b34da2c91a7342bd.camel@redhat.com \
--to=pabeni@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=kadlec@netfilter.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=patchwork-bot+netdevbpf@kernel.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).