Re: [PATCH 3.8 003/152] cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architectures

2013-12-06 Thread Ben Hutchings
On Fri, Dec 06, 2013 at 03:08:47PM -0800, Kamal Mostafa wrote: > 3.8.13.14 -stable review patch. If anyone has any objections, please let me > know. > > -- > > From: Ben Hutchings > > [ Upstream commit 262e827fe745642589450ae241b7afd3912c3f25 ] > > The length calculation here

[PATCH 3.8 003/152] cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architectures

2013-12-06 Thread Kamal Mostafa
3.8.13.14 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings [ Upstream commit 262e827fe745642589450ae241b7afd3912c3f25 ] The length calculation here is now invalid on 32-bit architectures, since sk_buff::tail is a pointer and sk_bu