From: Eric Dumazet <eric.dumazet@gmail.com>
To: "Peter Huang(Peng)" <peter.huangpeng@huawei.com>
Cc: Stephen Hemminger <shemminger@vyatta.com>,
"'David S. Miller'" <davem@davemloft.net>,
netdev@vger.kernel.org, ctrix+debianbugs@navynet.it,
peter.huangpeng@gmail.com, harry.majun@huawei.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] set fake_rtable's dst to NULL to avoid kernel Oops.
Date: Wed, 18 Apr 2012 11:48:41 +0200 [thread overview]
Message-ID: <1334742521.2472.102.camel@edumazet-glaptop> (raw)
In-Reply-To: <4F8E8A8F.30901@huawei.com>
On Wed, 2012-04-18 at 17:34 +0800, Peter Huang(Peng) wrote:
> Add new flag DST_FAKE_RTABLE to dst_entry struct.
>
Your changelog is not very helpful. Please add all the information you
provided in your previous mails. (stack trace and all)
> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
> Signed-off-by: Peter Huang <peter.huangpeng@huawei.com>
> ---
> include/linux/netfilter_bridge.h | 8 ++++++++
> include/net/dst.h | 1 +
> net/bridge/br_forward.c | 1 +
> net/bridge/br_netfilter.c | 8 ++------
> 4 files changed, 12 insertions(+), 6 deletions(-)
> diff --git a/include/linux/netfilter_bridge.h
> b/include/linux/netfilter_bridge.h
> index 0ddd161..eb09e3b 100644
> --- a/include/linux/netfilter_bridge.h
> +++ b/include/linux/netfilter_bridge.h
> @@ -104,9 +104,17 @@ struct bridge_skb_cb {
> } daddr;
> };
>
> +static inline void br_drop_fake_rtable(struct sk_buff *skb) {
> + struct dst_entry *dst = skb_dst(skb);
> + /* abuse fact that only fake_rtable has DST_FAKE_RTABLE set */
You are kidding ? I said "Remove this comment, and leave an empty line"
> + if (dst && (dst->flags & DST_FAKE_RTABLE))
> + skb_dst_drop(skb);
> +}
Patch mangled, tabulations were replaced by spaces.
Please, please please read again Documentation/email-clients.txt, as I
already mentioned (privately)
Double check _everything_ before your next submission
This is the last time I even care
Thanks
next prev parent reply other threads:[~2012-04-18 9:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-18 9:34 [PATCH v2] set fake_rtable's dst to NULL to avoid kernel Oops Peter Huang(Peng)
2012-04-18 9:48 ` Eric Dumazet [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-19 0:52 Peter Huang(Peng)
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=1334742521.2472.102.camel@edumazet-glaptop \
--to=eric.dumazet@gmail.com \
--cc=ctrix+debianbugs@navynet.it \
--cc=davem@davemloft.net \
--cc=harry.majun@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=peter.huangpeng@gmail.com \
--cc=peter.huangpeng@huawei.com \
--cc=shemminger@vyatta.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