Re: [stable] [NET]: Update frag_list in pskb_trim

2006-08-03 Thread Greg KH
On Mon, Jul 31, 2006 at 08:50:37AM +1000, Herbert Xu wrote: > For stable only: > > On Tue, Jul 18, 2006 at 04:13:29AM +1000, herbert wrote: > > > > Here is a second attempt: > > > > [NET]: Update frag_list in pskb_trim > > Unfortunately there was a bug in

Re: [stable] [NET]: Update frag_list in pskb_trim

2006-07-30 Thread Herbert Xu
For stable only: On Tue, Jul 18, 2006 at 04:13:29AM +1000, herbert wrote: > > Here is a second attempt: > > [NET]: Update frag_list in pskb_trim Unfortunately there was a bug in the fix which is now fixed. I presume this hasn't been included yet so I'm simply regeneratin

Re: [stable] [NET]: Update frag_list in pskb_trim

2006-07-17 Thread Herbert Xu
On Mon, Jul 17, 2006 at 08:22:44AM -0700, Greg KH wrote: > > Ick, this doesn't apply to 2.6.17, care to rediff it? I don't trust > myself to get it correct :) Oops, I thought I rediffed against 2.6.17, but it must've been something else. Here is a second attempt: [N

Re: [stable] [NET]: Update frag_list in pskb_trim

2006-07-17 Thread Greg KH
cover, if > > you haven't done so already. Please add my signoff: > > > > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > > Great. Here we go: > > [NET]: Update frag_list in pskb_trim > > When pskb_trim has to defer to ___pksb_trim to trim

Re: [NET]: Update frag_list in pskb_trim

2006-07-14 Thread Herbert Xu
igned-off-by: David S. Miller <[EMAIL PROTECTED]> Great. Here we go: [NET]: Update frag_list in pskb_trim When pskb_trim has to defer to ___pksb_trim to trim the frag_list part of the packet, the frag_list is not updated to reflect the trimming. This will usually work fine until you hit somet

Re: [NET]: Update frag_list in pskb_trim

2006-07-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 13 Jul 2006 19:03:41 +1000 > 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. As I not

Re: [NET]: Update frag_list in pskb_trim

2006-07-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 13 Jul 2006 19:03:41 +1000 > [NET]: Update frag_list in pskb_trim > > When pskb_trim has to defer to ___pksb_trim to trim the frag_list part of > the packet, the frag_list is not updated to reflect the trimming. This > will us

[NET]: Update frag_list in pskb_trim

2006-07-13 Thread Herbert Xu
Hi Dave: 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. [NET]: Update frag_list in pskb_trim When pskb_trim has to def