[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080410.164106.192045155.davem@davemloft.net>
Date: Thu, 10 Apr 2008 16:41:06 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: vincent-perrier@...b-internet.fr
Cc: jesper.juhl@...il.com, tilman@...p.cc, lkml@....ca,
yoshfuji@...ux-ipv6.org, jeff@...zik.org, rjw@...k.pl,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: 2.6.25-rc8: FTP transfer errors
From: vincent-perrier <vincent-perrier@...b-internet.fr>
Date: Fri, 11 Apr 2008 01:32:14 +0200
[ Please use netdev@...r.kernel.org so that this discussion
reaches the networking develops. ]
> Even if the patch is not good, the line dst_free(&rt->u.dst);
> when rt is still in tree leads to a crash, but when you do not
> do the dst_free, when rt is in tree, then it may have hidden
> other bugs, but at least I can keep working.
>
>
> I never said my patch was good, but it does the minimum to avoid my bug:
>
>
> if (fn->leaf == NULL) {
> bug_8895_clownix_provisional_workaround = 1;
> fn->leaf = rt;
> atomic_inc(&rt->rt6i_ref);
> }
> ...
>
> ip6_fib.c, line 796:
>
> if (!bug_8895_clownix_provisional_workaround)
> dst_free(&rt->u.dst);
>
> That way at least it does not crash.
>
> I cannot provide more than the line and the reason for the crash, I am
> one of the numerous brainless users.
Now that the discussion has reached the mailing list, it won't die in
bugzilla like most such bugs do, and very likely will get fixed
quickly as a result.
Thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists