From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com, fw@strlen.de,
horms@kernel.org
Subject: [PATCH net 0/7] Netfilter fixes for net
Date: Thu, 7 Aug 2025 13:29:41 +0200 [thread overview]
Message-ID: <20250807112948.1400523-1-pablo@netfilter.org> (raw)
Hi,
The following patchset contains Netfilter fixes for net:
1) Reinstantiate Florian Westphal as a Netfilter maintainer.
2) Depend on both NETFILTER_XTABLES and NETFILTER_XTABLES_LEGACY,
from Arnd Bergmann.
3) Use id to annotate last conntrack/expectation visited to resume
netlink dump, patches from Florian Westphal.
4) Fix bogus element in nft_pipapo avx2 lookup, introduced in
the last nf-next batch of updates, also from Florian.
5) Return 0 instead of recycling ret variable in
nf_conntrack_log_invalid_sysctl(), introduced in the last
nf-next batch of updates, from Dan Carpenter.
6) Fix WARN_ON_ONCE triggered by syzbot with larger cgroup level
in nft_socket.
Please, pull these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-25-08-07
Thanks.
----------------------------------------------------------------
The following changes since commit d942fe13f72bec92f6c689fbd74c5ec38228c16a:
net: ti: icssg-prueth: Fix skb handling for XDP_PASS (2025-08-05 18:03:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-25-08-07
for you to fetch changes up to 1dee968d22eaeb3eede70df513ab3f8dd1712e3e:
netfilter: nft_socket: remove WARN_ON_ONCE with huge level value (2025-08-07 13:19:26 +0200)
----------------------------------------------------------------
netfilter pull request 25-08-07
----------------------------------------------------------------
Arnd Bergmann (1):
netfilter: add back NETFILTER_XTABLES dependencies
Dan Carpenter (1):
netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()
Florian Westphal (4):
MAINTAINERS: resurrect my netfilter maintainer entry
netfilter: ctnetlink: fix refcount leak on table dump
netfilter: ctnetlink: remove refcounting in expectation dumpers
netfilter: nft_set_pipapo: don't return bogus extension pointer
Pablo Neira Ayuso (1):
netfilter: nft_socket: remove WARN_ON_ONCE with huge level value
MAINTAINERS | 1 +
net/bridge/netfilter/Kconfig | 1 +
net/ipv4/netfilter/Kconfig | 3 ++
net/ipv6/netfilter/Kconfig | 1 +
net/netfilter/nf_conntrack_netlink.c | 65 +++++++++++++++------------------
net/netfilter/nf_conntrack_standalone.c | 6 +--
net/netfilter/nft_set_pipapo_avx2.c | 12 +++---
net/netfilter/nft_socket.c | 2 +-
8 files changed, 46 insertions(+), 45 deletions(-)
next reply other threads:[~2025-08-07 11:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-07 11:29 Pablo Neira Ayuso [this message]
2025-08-07 11:29 ` [PATCH net 1/7] MAINTAINERS: resurrect my netfilter maintainer entry Pablo Neira Ayuso
2025-08-07 11:35 ` Eric Dumazet
2025-08-07 18:24 ` Simon Horman
2025-08-10 20:08 ` Antonio Ojea
2025-08-08 18:50 ` patchwork-bot+netdevbpf
2025-08-07 11:29 ` [PATCH net 2/7] netfilter: add back NETFILTER_XTABLES dependencies Pablo Neira Ayuso
2025-08-07 11:29 ` [PATCH net 3/7] netfilter: ctnetlink: fix refcount leak on table dump Pablo Neira Ayuso
2025-08-07 11:29 ` [PATCH net 4/7] netfilter: ctnetlink: remove refcounting in expectation dumpers Pablo Neira Ayuso
2025-08-07 11:29 ` [PATCH net 5/7] netfilter: nft_set_pipapo: don't return bogus extension pointer Pablo Neira Ayuso
2025-08-07 11:29 ` [PATCH net 6/7] netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl() Pablo Neira Ayuso
2025-08-07 11:29 ` [PATCH net 7/7] netfilter: nft_socket: remove WARN_ON_ONCE with huge level value Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2025-07-17 9:51 [PATCH net 0/7] Netfilter fixes for net Pablo Neira Ayuso
2024-04-11 11:28 Pablo Neira Ayuso
2024-04-11 11:39 ` Paolo Abeni
2024-04-11 11:42 ` Pablo Neira Ayuso
2024-04-11 11:58 ` Paolo Abeni
2024-04-11 15:30 ` Pablo Neira Ayuso
2023-01-02 16:40 Pablo Neira Ayuso
2022-06-06 21:20 Pablo Neira Ayuso
2022-05-18 21:38 Pablo Neira Ayuso
2021-12-09 0:08 Pablo Neira Ayuso
2021-04-12 22:30 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=20250807112948.1400523-1-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--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 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).