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