From: Florian Westphal <fw@strlen.de>
To: <netdev@vger.kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
<netfilter-devel@vger.kernel.org>,
pablo@netfilter.org
Subject: [PATCH net 0/2] netfilter updates for net
Date: Wed, 27 Aug 2025 15:38:58 +0200 [thread overview]
Message-ID: <20250827133900.16552-1-fw@strlen.de> (raw)
Hi,
The following patchset contains Netfilter fixes for *net*:
1) Remove bogus WARN_ON in br_netfilter that came in 6.8.
This is now more prominent due to
2d72afb34065 ("netfilter: nf_conntrack: fix crash due to removal of
uninitialised entry"). From Wang Liang.
2) Better error reporting when a helper module clashes with
an existing helper name: -EEXIST makes modprobe believe that the
module is already loaded, so error message is elided.
from Phil Sutter.
Please, pull these changes from:
The following changes since commit 9448ccd853368582efa9db05db344f8bb9dffe0f:
net: hv_netvsc: fix loss of early receive events from host during channel open. (2025-08-26 18:15:19 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-25-08-27
for you to fetch changes up to 54416fd76770bd04fc3c501810e8d673550bab26:
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY (2025-08-27 11:53:38 +0200)
----------------------------------------------------------------
netfilter pull request nf-25-08-27
----------------------------------------------------------------
Phil Sutter (1):
netfilter: conntrack: helper: Replace -EEXIST by -EBUSY
Wang Liang (1):
netfilter: br_netfilter: do not check confirmed bit in
br_nf_local_in() after confirm
net/bridge/br_netfilter_hooks.c | 3 ---
net/netfilter/nf_conntrack_helper.c | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
--
2.49.1
next reply other threads:[~2025-08-27 13:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 13:38 Florian Westphal [this message]
2025-08-27 13:38 ` [PATCH net 1/2] netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm Florian Westphal
2025-08-30 2:10 ` patchwork-bot+netdevbpf
2025-08-27 13:39 ` [PATCH net 2/2] netfilter: conntrack: helper: Replace -EEXIST by -EBUSY Florian Westphal
-- strict thread matches above, loose matches on Subject: below --
2025-09-02 18:58 [PATCH net 0/2] netfilter: updates for net 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=20250827133900.16552-1-fw@strlen.de \
--to=fw@strlen.de \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--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).