From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= Subject: Re: [PATCH] usbnet: fix alignment for frames with no ethernet header Date: Thu, 07 Dec 2017 20:01:16 +0100 Message-ID: <87y3mepdkz.fsf@miraculix.mork.no> References: <20171206192124.21670-1-bjorn@mork.no> <20171206.155611.1757498962538253791.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jay-9P3XyMtXGM1BDgjK7y7TUQ@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, oneukum-IBi9RG/b67k@public.gmane.org To: David Miller Return-path: In-Reply-To: <20171206.155611.1757498962538253791.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> (David Miller's message of "Wed, 06 Dec 2017 15:56:11 -0500 (EST)") Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org David Miller writes: > From: Bj=C3=B8rn Mork > Date: Wed, 6 Dec 2017 20:21:24 +0100 > >> The qmi_wwan minidriver support a 'raw-ip' mode where frames are >> received without any ethernet header. This causes alignment issues >> because the skbs allocated by usbnet are "IP aligned". >>=20 >> Fix by allowing minidrivers to disable the additional alignment >> offset. This is implemented using a per-device flag, since the same >> minidriver also supports 'ethernet' mode. >>=20 >> Fixes: 32f7adf633b9 ("net: qmi_wwan: support "raw IP" mode") >> Reported-and-tested-by: Jay Foster >> Signed-off-by: Bj=C3=B8rn Mork > > Looks good, applied and queued up for -stable. Thanks. I can see it in the -stable queue, but it didn't show up here yet: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git Did it get stuck somewhere? Bj=C3=B8rn -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html