Re: ipv6 activity causing system hang in kernel 2.4.4 [solution]

2001-05-08 Thread Pekka Savola
Hi, Sorry for breaking the thread, but I only read l-k through www archives, so... This problem is fixed in CVS. Apply: http://vger.samba.org/cgi-bin/cvsweb/linux/net/ipv6/ndisc.c.diff?r1=1.49&r2=1.50&cvsroot=vger And you'll be fine. Please Cc: if follow-ups. --8<-- In article <[EMAIL PROTE

Re: ipv6 activity causing system hang in kernel 2.4.4

2001-05-08 Thread Lukasz Trabinski
In article <[EMAIL PROTECTED]> you wrote: > This is only with kernel 2.4.4; 2.4.2, 2.4.3 and NetBSD boxes are not > affected. It is independent of platform; I've reproduced it at will on a > lowly p75, an athlon, a p3-800 and on a powerbook/PPC. I have just reproduced that on 2.4.5pre-1. It was

Re: ipv6 activity causing system hang in kernel 2.4.4

2001-05-05 Thread David S. Miller
Try this patch, posted the other day. I bet if you inspected, you'd find OOPSes in your logs: --- ../vanilla/linux/net/ipv6/ndisc.c Thu Apr 26 22:17:26 2001 +++ net/ipv6/ndisc.cFri May 4 18:44:54 2001 @@ -394,7 +382,7 @@ int send_llinfo; len = sizeof(struct icmp6hdr) +

ipv6 activity causing system hang in kernel 2.4.4

2001-05-05 Thread Tim Haynes
[I can't see evidence of this being reported before; apols if I'm wrong. Please also Cc: me as I only read l-k intermittently but would like to help out more.] Hi, I've been making very tentative forays into IPv6. However, in my simple experiments thus far I appear to have located