logo       

Re: oops in tcp_v4_rcv.: msg#00347

Subject: Re: oops in tcp_v4_rcv.
   From: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>
   Date: Thu, 29 May 2003 03:15:57 +0200

   I think I understand now what causes the crash:
   The tcp_ehash assumes that the entries are of the type 'struct inet_sock'.
   But the actual entry is of the type tcp_tw_bucket. And 'sk->inet.daddr' 
   is not shared between both structures.

Thanks for figuring this out.  Indeed, I had suspected the
sock layout change Arnaldo did early in 2.5.x as the main
possible suspect.

I'll try to fix this.




<Prev in Thread] Current Thread [Next in Thread>