From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
To: stanley zhou <stanleyru@hotmail.com>
Cc: davem@davemloft.net, w.sang@pengutronix.de,
laurent.navet@gmail.com, ben-linux@fluff.org,
linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
khali@linux-fr.org, firedtoad@gmail.com,
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Subject: Re: [IPv6] crashed when __ip6_del_rt()
Date: Tue, 18 Dec 2012 21:05:07 +0900 [thread overview]
Message-ID: <50D05BF3.3070807@linux-ipv6.org> (raw)
In-Reply-To: <BAY173-W14E9D67B7924486F0518F0B0310@phx.gbl>
stanley zhou wrote:
> when call write_lock_bh() table is null cause crash in __ip6_del_rt().
> kernel version is 2.6.30.10
:
> static int __ip6_del_rt(struct rt6_info *rt, struct nl_info *info)
> {
> int err;
> struct fib6_table *table;
> struct net *net = dev_net(rt->rt6i_dev);
>
> if (rt == net->ipv6.ip6_null_entry) {
> +++err = -ENOENT;
> +++goto out;
> --- return -ENOENT;
> }
>
> table = rt->rt6i_table;
> write_lock_bh(&table->tb6_lock);
> err = fib6_del(rt, info);
> write_unlock_bh(&table->tb6_lock);
> +++out:
> dst_release(&rt->u.dst);
> return err;
> }
>
I think this is what commit 6825a26c ("ipv6: release reference of
ip6_null_entry's dst entry in __ip6_del_rt") by Gao feng
<gaofeng@cn.fujitsu.com> does, which is already in v3.7.
Are you suggesting that we should have this in -stable tree as well?
--yoshfuji
parent reply other threads:[~2012-12-18 12:05 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <BAY173-W14E9D67B7924486F0518F0B0310@phx.gbl>]
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=50D05BF3.3070807@linux-ipv6.org \
--to=yoshfuji@linux-ipv6.org \
--cc=ben-linux@fluff.org \
--cc=davem@davemloft.net \
--cc=firedtoad@gmail.com \
--cc=khali@linux-fr.org \
--cc=laurent.navet@gmail.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stanleyru@hotmail.com \
--cc=w.sang@pengutronix.de \
/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