linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 5.3-rc5
Date: Sun, 18 Aug 2019 10:56:24 +0200	[thread overview]
Message-ID: <20190818085624.GA28589@kroah.com> (raw)

The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.3-rc5

for you to fetch changes up to 6a5f43d1d8bd3779e428178438caf33f60427124:

  Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2019-08-17 17:09:33 +0200)

----------------------------------------------------------------
USB fixes for 5.3-rc5

Here are number of small USB fixes for 5.3-rc5.

Syzbot has been on a tear recently now that it has some good USB
debugging hooks integrated, so there's a number of fixes in here found
by those tools for some _very_ old bugs.  Also a handful of gadget
driver fixes for reported issues, some hopefully-final dma fixes for
host controller drivers, and some new USB serial gadget driver ids.

All of these have been in linux-next this week with no reported issues
(the usb-serial ones were in linux-next in its own branch, but merged
into mine on Friday.)

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alan Stern (1):
      USB: core: Fix races in character device registration and deregistraion

André Draszik (1):
      usb: chipidea: imx: fix EPROBE_DEFER support during driver probe

Benjamin Herrenschmidt (2):
      usb: gadget: composite: Clear "suspended" on reset/disconnect
      usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt

Bob Ham (1):
      USB: serial: option: add the BroadMobi BM818 card

Christoph Hellwig (2):
      usb: don't create dma pools for HCDs with a localmem_pool
      usb: add a hcd_uses_dma helper

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v5.3-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-5.3-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Hans Ulli Kroll (1):
      usb: host: fotg2: restart hcd after port reset

Oliver Neukum (2):
      usb: cdc-acm: make sure a refcount is taken early enough
      USB: CDC: fix sanity checks in CDC union parser

Rogan Dawes (1):
      USB: serial: option: add D-Link DWM-222 device ID

Tony Lindgren (1):
      USB: serial: option: Add Motorola modem UARTs

Yoshiaki Okamoto (1):
      USB: serial: option: Add support for ZTE MF871A

Yoshihiro Shimoda (1):
      usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"

 drivers/usb/chipidea/ci_hdrc_imx.c           | 19 ++++++++++++-------
 drivers/usb/class/cdc-acm.c                  | 12 +++++++-----
 drivers/usb/core/buffer.c                    | 10 +++-------
 drivers/usb/core/file.c                      | 10 +++++-----
 drivers/usb/core/hcd.c                       |  4 ++--
 drivers/usb/core/message.c                   |  4 ++--
 drivers/usb/dwc2/hcd.c                       |  2 +-
 drivers/usb/gadget/composite.c               |  1 +
 drivers/usb/gadget/function/f_mass_storage.c | 28 ++++++++++++++++++----------
 drivers/usb/gadget/udc/renesas_usb3.c        |  5 +++--
 drivers/usb/host/fotg210-hcd.c               |  4 ++++
 drivers/usb/serial/option.c                  | 10 ++++++++++
 include/linux/usb.h                          |  2 +-
 include/linux/usb/hcd.h                      |  3 +++
 14 files changed, 72 insertions(+), 42 deletions(-)

             reply	other threads:[~2019-08-18  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18  8:56 Greg KH [this message]
2019-08-18 16:55 ` [GIT PULL] USB fixes for 5.3-rc5 pr-tracker-bot

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=20190818085624.GA28589@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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).