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 "unsubs

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

2006-08-02 Thread Marco Berizzi
Herbert Xu wrote: On Thu, Jul 13, 2006 at 07:03:41PM +1000, herbert wrote: > > This needs to go into stable as well. In fact, there is another unrelated > bug with exactly the same symptoms which was inadvertently fixed by the > GSO patches. So I'll send a simpler fix for that to stable. > >

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 this