[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150929.164932.1619659673911486443.davem@davemloft.net>
Date: Tue, 29 Sep 2015 16:49:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: pshelar@...ira.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net] skbuff: Fix skb checksum partial check.
From: Pravin B Shelar <pshelar@...ira.com>
Date: Mon, 28 Sep 2015 17:24:25 -0700
> Earlier patch 6ae459bda tried to detect void ckecksum partial
> skb by comparing pull length to checksum offset. But it does
> not work for all cases since checksum-offset depends on
> updates to skb->data.
>
> Following patch fixes it by validating checksum start offset
> after skb-data pointer is updated. Negative value of checksum
> offset start means there is no need to checksum.
>
> Fixes: 6ae459bda ("skbuff: Fix skb checksum flag on skb pull")
> Reported-by: Andrew Vagin <avagin@...n.com>
> Signed-off-by: Pravin B Shelar <pshelar@...ira.com>
> ---
> This and 6ae459bda patches needs to be backported to stable.
Applied and both queued up for -stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists