Em Wed, May 28, 2003 at 06:40:54PM -0700, David S. Miller escreveu:
> 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.
I'm as well looking at this, longstanding bug :-\
- Arnaldo
|