From: "Marco Berizzi" <[EMAIL PROTECTED]>
Date: Wed, 02 Aug 2006 17:01:17 +0200
> The problem is fixed now. I have applied this
> patch to 2.6.18-rc2
> Many thanks Herbert for all the time spent
> to debug this problem.
Thank you for testing.
-
To unsubscribe from this list: send the line "unsubs
or that to stable.
>
> [NET]: Update frag_list in pskb_trim
Marco told me that he was still seeing the same problem. Turns out that
my patch missed one important case. I hope this is really the last time
I have to look at this bug :)
[NET]: Fix ___pskb_trim when entire frag_list needs droppi
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Sat, 29 Jul 2006 21:45:25 +1000
> [NET]: Fix ___pskb_trim when entire frag_list needs dropping
>
> When the trim point is within the head and there is no paged data,
> ___pskb_trim fails to drop the first element in the frag_list.
gt;
> [NET]: Update frag_list in pskb_trim
Marco told me that he was still seeing the same problem. Turns out that
my patch missed one important case. I hope this is really the last time
I have to look at this bug :)
[NET]: Fix ___pskb_trim when entire frag_list needs dropping
When the trim point