I'm experiencing TCP related oopses with this kernel (not seen in -mm4), .config file attached. Here are two backtraces, the first happened a few seconds after logging in via ssh, the second happened
I think I fixed this one yesterday. Callers of tcp_fragment() in tcp_output.c were not accounting packets correctly. I believe this is what will fix it, and this is in Linus's tree already. I guess y
That should be tcp_inc_pcount_explicit. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert
James, does this make your problem go away? Thanks for testing. == net/ipv4/tcp_output.c 1.57 vs edited == -- 1.57/net/ipv4/tcp_output.c 2004-09-12 16:17:23 -07:00 +++ edited/net/ipv4/tcp_output.c 20