All of lore.kernel.org
 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.4-rc5
Date: Sat, 26 Oct 2019 20:17:36 +0200	[thread overview]
Message-ID: <20191026181736.GA648771@kroah.com> (raw)

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9794476942d8704cfbdef8d5f13427673ab70dcd:

  usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role() (2019-10-18 12:00:15 -0700)

----------------------------------------------------------------
USB fixes for 5.4-rc5

Here are a number of small USB driver fixes for 5.4-rc5.

More "fun" with some of the misc USB drivers as found by syzbot, and
there are a number of other small bugfixes in here for reported issues.

All have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Dan Carpenter (1):
      USB: legousbtower: fix a signedness bug in tower_probe()

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Gustavo A. R. Silva (1):
      usb: udc: lpc32xx: fix bad bit shift operation

Johan Hovold (6):
      USB: ldusb: fix memleak on disconnect
      USB: legousbtower: fix memleak on disconnect
      USB: usblp: fix use-after-free on disconnect
      USB: serial: ti_usb_3410_5052: fix port-close races
      USB: serial: ti_usb_3410_5052: clean up serial data access
      USB: ldusb: fix read info leaks

Pawel Laszczak (1):
      usb: cdns3: Fix dequeue implementation.

Roger Quadros (1):
      usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()

 drivers/usb/cdns3/core.c              |  4 +++-
 drivers/usb/cdns3/gadget.c            | 35 ++++++++++++++++++++---------------
 drivers/usb/class/usblp.c             |  4 +++-
 drivers/usb/gadget/udc/lpc32xx_udc.c  |  6 +++---
 drivers/usb/misc/ldusb.c              | 23 ++++++++++++-----------
 drivers/usb/misc/legousbtower.c       |  7 ++-----
 drivers/usb/serial/ti_usb_3410_5052.c | 12 ++++--------
 7 files changed, 47 insertions(+), 44 deletions(-)

             reply	other threads:[~2019-10-26 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-26 18:17 Greg KH [this message]
2019-10-26 20:45 ` [GIT PULL] USB fixes for 5.4-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=20191026181736.GA648771@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.