Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932786Ab1EHWr2 (ORCPT ); Sun, 8 May 2011 18:47:28 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51177 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932638Ab1EHWqz (ORCPT ); Sun, 8 May 2011 18:46:55 -0400 Date: Sun, 08 May 2011 15:46:22 -0700 (PDT) Message-Id: <20110508.154622.35028516.davem@davemloft.net> To: bhutchings@solarflare.com Cc: david.hill@ubisoft.com, agimenez@sysvalve.es, linux-kernel@vger.kernel.org, dgiagio@gmail.com, dborca@yahoo.com, pmcenery@gmail.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next-2.6] ipheth: Properly distinguish length and alignment in URBs and skbs From: David Miller In-Reply-To: <1304444965.2873.11.camel@bwh-desktop> References: <20110503165751.GA6566@bart.evergreen.loc> <710D4D6CE160654C87478D18385BB9971BE3FDCA46@MDC-MAIL-CMS01.ubisoft.org> <1304444965.2873.11.camel@bwh-desktop> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 27 From: Ben Hutchings Date: Tue, 03 May 2011 18:49:25 +0100 > The USB protocol this driver implements appears to require 2 bytes of > padding in front of each received packet. This used to be equal to > the value of NET_IP_ALIGN on x86, so the driver abused that constant > and mostly worked, but this is no longer the case. The driver also > mixed up the URB and packet lengths, resulting in 2 bytes of junk at > the end of the skb. > > Introduce a private constant for the 2 bytes of padding; fix this > confusion and check for the under-length case. > > Signed-off-by: Ben Hutchings > --- > Compile-tested only, as I'm not cool enough for an iPhone either. > This is applicable to net-next-2.6 or v2.6.38. I've applied this to net-2.6 and will conditionally queue it up for -stable, if we need further fixups we can add relative patches. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/