lkml.org 
[lkml]   [2001]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: IPv6 implementation in kernel 2.4.4 oopses

Andi Kleen writes:
> A coding mistake was fixed.
>
> Here is the patch if you're interested (cut'n'pasted so not applicable)

That's not the final fix Andi. The final fix was to add this chunk
about the send_llinfo test:

if (saddr == NULL) {
if (ipv6_get_lladdr(dev, &addr_buf))
return;
saddr = &addr_buf;
}

And remove that chunk of code later in the function. This is what
you'll find in 2.4.5-preX current.

You made the diff with a CVS tree, so I have no idea how you could
have gotten the old change.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:53    [W:0.056 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site