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.
On Thu, 2008-04-10 at 16:14 -0700, David Miller wrote:
--
| Srivatsa Vaddagiri | [PATCH 1/2] rcfs core patch |
| Thomas Gleixner | Re: Regression in 2.6.27 caused by commit bfc0f59 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Florian Schmidt | blacklist kernel boot option |
git: | |
| Scott Chacon | Git Community Book |
| Peter Stahlir | Git as a filesystem |
| Matthew L Foster | git and time |
| Jakub Narebski | Re: VCS comparison table |
| frantisek holop | nptd regression in 4.2 |
| J.W. Zondag | Dell PE1950 III - Perc 6i |
| Alexey Suslikov | OT: OpenBSD on Asus eeePC |
| Richard Stallman | Real men don't attack straw men |
| hooanon05 | [PATCH 57/67] aufs sysfs interface |
| Michael Loftis | Re: [RFC] VM: I have a dream... |
| Suparna Bhattacharya | Reviewing ext3 improvement patches (delalloc, mballoc, extents) |
| Josef 'Jeff' Sipek | [PATCH 09/32] Unionfs: cache-coherency - dentries |
