Re: IPv6 implementation in kernel 2.4.4 oopses

David S. Miller (davem@redhat.com)
Wed, 23 May 2001 17:02:49 -0700 (PDT)


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/