Re: [PATCH 3.2 105/131] net: Correctly set segment mac_len in skb_segment().

2014-09-13 Thread Ben Hutchings
On Thu, 2014-09-11 at 08:48 -0400, Vlad Yasevich wrote: > On 09/11/2014 08:32 AM, Ben Hutchings wrote: > > 3.2.63-rc1 review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Vlad Yasevich > > > > [ Upstream commit fcdfe3a7fa4cb74391d42b6a26dc07c

[PATCH 3.2 105/131] net: Correctly set segment mac_len in skb_segment().

2014-09-11 Thread Ben Hutchings
3.2.63-rc1 review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich [ Upstream commit fcdfe3a7fa4cb74391d42b6a26dc07c20dab1d82 ] When performing segmentation, the mac_len value is copied right out of the original skb. However, this value is not a

Re: [PATCH 3.2 105/131] net: Correctly set segment mac_len in skb_segment().

2014-09-11 Thread Vlad Yasevich
On 09/11/2014 08:32 AM, Ben Hutchings wrote: > 3.2.63-rc1 review patch. If anyone has any objections, please let me know. > > -- > > From: Vlad Yasevich > > [ Upstream commit fcdfe3a7fa4cb74391d42b6a26dc07c20dab1d82 ] > > When performing segmentation, the mac_len value is copi