RE: [NET]: Fix ___pskb_trim when entire frag_list needs dropping

2006-08-02 Thread Marco Berizzi
]: 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

Re: [NET]: Fix ___pskb_trim when entire frag_list needs dropping

2006-08-02 Thread David Miller
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 unsubscribe

Re: [NET]: Fix ___pskb_trim when entire frag_list needs dropping

2006-07-30 Thread David Miller
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. This patch fixes

[NET]: Fix ___pskb_trim when entire frag_list needs dropping

2006-07-29 Thread Herbert Xu
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 is within the head