From: Florian Westphal <fw@strlen.de>
To: Haoze Xie <royenheart@gmail.com>
Cc: pablo@netfilter.org, phil@nwl.cc, yuantan098@gmail.com,
yifanwucs@gmail.com, tomapufckgml@gmail.com, bird@lzu.edu.cn,
netfilter-devel@vger.kernel.org, Ren Wei <n05ec@lzu.edu.cn>
Subject: Re: [PATCH nf v5 1/1] bridge: br_netfilter: pin bridge device while NFQUEUE holds fake dst
Date: Sat, 4 Jul 2026 08:27:30 +0200 [thread overview]
Message-ID: <akin0oTJJ47AL432@strlen.de> (raw)
In-Reply-To: <53245eb5-baac-4e04-a632-1b722ea18972@gmail.com>
Haoze Xie <royenheart@gmail.com> wrote:
> > --- a/net/netfilter/nfnetlink_queue.c
> > +++ b/net/netfilter/nfnetlink_queue.c
> > @@ -1214,6 +1214,9 @@ dev_cmp(struct nf_queue_entry *entry, unsigned long ifindex)
> >
> > if (physinif == ifindex || physoutif == ifindex)
> > return 1;
> > +
> > + if (entry->bridge_dev && entry->bridge_dev->ifindex == ifindex)
> > + return 1;
> > #endif
> > if (entry->skb_dev && entry->skb_dev->ifindex == ifindex)
> > return 1;
>
> Hi, is there any follow up about this patch?
What do you mean, can you elaborate?
What is wrong with
c9c9b37f8c55 ("netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dst")
If the patch is not sufficient, please submit a followup.
next prev parent reply other threads:[~2026-07-04 6:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-08 5:43 [PATCH nf v5 1/1] bridge: br_netfilter: pin bridge device while NFQUEUE holds fake dst Ren Wei
2026-07-04 5:25 ` Haoze Xie
2026-07-04 6:27 ` Florian Westphal [this message]
2026-07-04 7:50 ` Yuan Tan
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=akin0oTJJ47AL432@strlen.de \
--to=fw@strlen.de \
--cc=bird@lzu.edu.cn \
--cc=n05ec@lzu.edu.cn \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=phil@nwl.cc \
--cc=royenheart@gmail.com \
--cc=tomapufckgml@gmail.com \
--cc=yifanwucs@gmail.com \
--cc=yuantan098@gmail.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 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.