Messages in this thread |  | | | Date | Tue, 14 May 2002 20:07:32 -0700 (PDT) | | Subject | Re: ip autoconfig skips ipv6 dev initialization | | From | "David S. Miller" <> |
| |
From: "Dale Farnsworth" <Dale.Farnsworth@mvista.com> Date: Tue, 14 May 2002 15:32:30 -0700
A fix is to do the ipv6 initialization before ipv4 initialization. The included patch resolved it for me. Please apply or suggest an alternative.
Ordering of object files does not guarentee ordering of initcalls. The linker can legitimately move things around in the final object which will change the initcall ordering, the linker will in fact do this on many platforms for performance purposes.
This bug can only be fixed correctly in 2.5.x which has a prioritization scheme for initcalls. - 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/
|  |