From: Herbert Xu <[EMAIL PROTECTED]>
Date: Mon, 28 Jan 2008 22:12:59 +1100

> Hi:
> 
> [INET]: Prevent out-of-sync truesize on ip_fragment slow path
> 
> When ip_fragment has to hit the slow path the value of skb->truesize
> may go out of sync because we would have updated it without changing
> the packet length.  This violates the constraints on truesize.
> 
> This patch postpones the update of skb->truesize to prevent this.
> 
> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

Applied, I'll queue this up for 2.6.24-stable too.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to