On Wed, 15 Dec 1999, kuznet@xxxxxxxxxxxxx wrote:
> Hello!
>
> > I've just joined this mailing list, so if these problems are already known,
> > sorry for the wasted bandwidth.
>
> Congratulations! You joined in time. Seems, you are the first user
> of IPv6 with 2.3. 8) Please, do not disappear. 8)
>
>
> > once I try to connect and talk to it, the kernel will die with
> > "aiee, killing interupt handler, etc"
>
> I think this was fixed by:
>
> diff -ur --new-file ../2.3.32/linux/net/ipv6/tcp_ipv6.c
> linux/net/ipv6/tcp_ipv6.c
> --- ../2.3.32/linux/net/ipv6/tcp_ipv6.c Fri Nov 19 22:33:29 1999
> +++ linux/net/ipv6/tcp_ipv6.c Tue Dec 14 22:08:26 1999
> @@ -273,8 +271,8 @@
> }
> }
> }
> - if (sk)
> - sock_hold(sk);
> + if (result)
> + sock_hold(result);
> read_unlock(&tcp_lhash_lock);
> return result;
> }
Alexey, Why this patch don't go to main kernel source ?
I check 2.3.35 and this problem is not fixed.
With this patch IPv6 work fine.
Wiget
--
wiget@xxxxxxxxxxxxxxxxxx DS T17 Bofh
PGP key: http://www.t17.ds.pwr.wroc.pl/~wiget/pgp.key
1024D/D3D4CF84 E4D3 6787 284C 57F0 3C1F ADFD A92A 3F2E D3D4 CF84
|