From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org, David Laight <David.Laight@ACULAB.COM>,
Mark Lord <mlord@pobox.com>,
netdev@vger.kernel.org
Subject: [GIT PULL] xhci: Regression fix for 3.13.
Date: Mon, 2 Dec 2013 12:49:08 -0800 [thread overview]
Message-ID: <cover.1386017042.git.sarah.a.sharp@linux.intel.com> (raw)
The following changes since commit c24cb6c8b501ebdf1aacec7960110a9741a45ced:
Merge tag 'fixes-for-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2013-11-27 09:49:03 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git tags/for-usb-linus-2013-12-02
for you to fetch changes up to 35773dac5f862cb1c82ea151eba3e2f6de51ec3e:
usb: xhci: Link TRB must not occur within a USB payload burst (2013-12-02 11:57:10 -0800)
----------------------------------------------------------------
xhci: Regression fix for 3.13.
Hi Greg,
Here's one bug fix for 3.13.
usb-net added support for bulk scatter-gather in 3.12, and it triggered a
bug in the xHCI driver. This bug causes xHCI hosts to send an unexpected
short transfer, which will cause the USB ethernet device to stop sending
packets.
The patch is marked for the 3.12 stable kernel. It's a long standing bug,
but the usb-net drivers are the first to trigger it. The only other
driver that does bulk scatter-gather (usb-storage) will not trigger this
bug.
I'm not sure what the effect of the no-op TRBs will be on various xHCI
host controllers, so I would only like to be conservative and only queue
it for 3.13 and 3.12 stable.
Please queue this for 3.13.
Sarah Sharp
----------------------------------------------------------------
David Laight (1):
usb: xhci: Link TRB must not occur within a USB payload burst
drivers/usb/host/xhci-ring.c | 54 ++++++++++++++++++++++++++++++++++++++++-
include/linux/usb.h | 2 +
2 files changed, 54 insertions(+), 2 deletions(-)
next reply other threads:[~2013-12-02 20:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 20:49 Sarah Sharp [this message]
2013-12-02 20:49 ` [PATCH 1/1] usb: xhci: Link TRB must not occur within a USB payload burst Sarah Sharp
2013-12-02 21:42 ` [GIT PULL] xhci: Regression fix for 3.13 Greg Kroah-Hartman
[not found] ` <20131202214205.GA26175-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2013-12-06 5:55 ` Mark Lord
2013-12-06 15:25 ` Greg Kroah-Hartman
2013-12-06 15:28 ` David Laight
[not found] ` <20131206152512.GA23212-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2013-12-07 4:10 ` Mark Lord
2013-12-16 21:21 ` Sarah Sharp
2013-12-17 3:33 ` Mark Lord
2013-12-06 17:03 ` Sarah Sharp
2013-12-06 17:19 ` David Laight
2013-12-06 17:29 ` David Miller
2013-12-06 17:29 ` Greg Kroah-Hartman
2013-12-06 17:32 ` David Miller
2013-12-06 17:46 ` David Laight
2013-12-06 18:19 ` Sarah Sharp
2013-12-06 18:26 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1386017042.git.sarah.a.sharp@linux.intel.com \
--to=sarah.a.sharp@linux.intel.com \
--cc=David.Laight@ACULAB.COM \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
--cc=mlord@pobox.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).