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 net-next 01/11] netfilter: x_tables: disable 32bit compat interface in user namespaces
Date: Wed, 27 May 2026 01:30:42 +0000	[thread overview]
Message-ID: <177984544239.4041297.5328673538852686069.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260525182924.28456-2-fw@strlen.de>

Hello:

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

On Mon, 25 May 2026 20:29:14 +0200 you wrote:
> This feature is required to use 32bit arp/ip/ip6/ebtables binaries on
> 64bit kernels.  I don't think there are many users left.
> 
> Support has been a compile-time option since 2021 and defaults to off
> since 2023.
> 
> The XTABLES_COMPAT config option is already off in many distributions
> including Debian and Fedora.
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] netfilter: x_tables: disable 32bit compat interface in user namespaces
    https://git.kernel.org/netdev/net-next/c/ec1806a730a1
  - [net-next,02/11] netfilter: add option for GCOV profiling
    https://git.kernel.org/netdev/net-next/c/403cec8ab6d0
  - [net-next,03/11] netfilter: allow nfnetlink built-in only
    https://git.kernel.org/netdev/net-next/c/d4349ba9872d
  - [net-next,04/11] netfilter: nf_conncount: use per-rule hash initval
    https://git.kernel.org/netdev/net-next/c/e9fd2fb09cfe
  - [net-next,05/11] netfilter: ctnetlink: use nf_ct_exp_net() in expectation dump
    https://git.kernel.org/netdev/net-next/c/a7f57320bbbc
  - [net-next,06/11] netfilter: nft_set_rbtree: remove dead conditional
    https://git.kernel.org/netdev/net-next/c/73ce4a2949d9
  - [net-next,07/11] netfilter: nfnl_cthelper: apply per-class values when updating policies
    https://git.kernel.org/netdev/net-next/c/d738feccb98c
  - [net-next,08/11] netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB read
    https://git.kernel.org/netdev/net-next/c/ef6400ca25a1
  - [net-next,09/11] netfilter: nf_conntrack_proto_tcp: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/22fad3d5b135
  - [net-next,10/11] netfilter: nft_set_pipapo_avx2: restore performance optimization
    https://git.kernel.org/netdev/net-next/c/e928ab085d8a
  - [net-next,11/11] netfilter: nf_conntrack_ftp: avoid u16 overflows
    https://git.kernel.org/netdev/net-next/c/2b413fc689ba

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



  reply	other threads:[~2026-05-27  1:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25 18:29 [PATCH net-next 00/11] netfilter: updates for net-next Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 01/11] netfilter: x_tables: disable 32bit compat interface in user namespaces Florian Westphal
2026-05-27  1:30   ` patchwork-bot+netdevbpf [this message]
2026-05-25 18:29 ` [PATCH net-next 02/11] netfilter: add option for GCOV profiling Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 03/11] netfilter: allow nfnetlink built-in only Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 04/11] netfilter: nf_conncount: use per-rule hash initval Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 05/11] netfilter: ctnetlink: use nf_ct_exp_net() in expectation dump Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 06/11] netfilter: nft_set_rbtree: remove dead conditional Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 07/11] netfilter: nfnl_cthelper: apply per-class values when updating policies Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 08/11] netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB read Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 09/11] netfilter: nf_conntrack_proto_tcp: fix typos in comments Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 10/11] netfilter: nft_set_pipapo_avx2: restore performance optimization Florian Westphal
2026-05-25 18:29 ` [PATCH net-next 11/11] netfilter: nf_conntrack_ftp: avoid u16 overflows 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=177984544239.4041297.5328673538852686069.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.