linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB fixes for 5.3-rc4
@ 2019-08-10 11:51 Greg KH
  2019-08-10 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-08-10 11:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 27709ae4e2fe6cf7da2ae45e718e190c5433342b:

  usb: setup authorized_default attributes using usb_bus_notify (2019-08-08 16:07:34 +0200)

----------------------------------------------------------------
USB fixes for 5.3-rc4

Here are some small USB fixes for 5.3-rc4.

The "biggest" one here is moving code from one file to another in order
to fix a long-standing race condition with the creation of sysfs files
for USB devices.  Turns out that there are now userspace tools out there
that are hitting this long-known bug, so it's time to fix them.
Thankfully the tool-maker in this case fixed the issue :)

The other patches in here are all fixes for reported issues.  Now that
syzbot knows how to fuzz USB drivers better, and is starting to now fuzz
the userspace facing side of them at the same time, there will be more
and more small fixes like these coming, which is a good thing.

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Gavin Li (1):
      usb: usbfs: fix double-free of usb memory upon submiturb error

Guenter Roeck (2):
      usb: typec: tcpm: Add NULL check before dereferencing config
      usb: typec: tcpm: Ignore unsupported/unknown alternate mode requests

Heikki Krogerus (1):
      usb: typec: ucsi: ccg: Fix uninitilized symbol error

Li Jun (2):
      usb: typec: tcpm: free log buf memory when remove debug file
      usb: typec: tcpm: remove tcpm dir if no children

Mathias Nyman (1):
      xhci: Fix NULL pointer dereference at endpoint zero reset.

Oliver Neukum (2):
      Revert "USB: rio500: simplify locking"
      usb: iowarrior: fix deadlock on disconnect

Suzuki K Poulose (1):
      usb: yurex: Fix use-after-free in yurex_delete

Thiébaud Weksteen (1):
      usb: setup authorized_default attributes using usb_bus_notify

Yoshihiro Shimoda (1):
      usb: host: xhci-rcar: Fix timeout in xhci_suspend()

 drivers/usb/core/devio.c          |   2 -
 drivers/usb/core/hcd.c            | 123 --------------------------------------
 drivers/usb/core/sysfs.c          | 121 +++++++++++++++++++++++++++++++++++++
 drivers/usb/core/usb.h            |   5 ++
 drivers/usb/host/xhci-rcar.c      |   9 ++-
 drivers/usb/host/xhci.c           |  10 ++++
 drivers/usb/misc/iowarrior.c      |   7 ++-
 drivers/usb/misc/rio500.c         |  43 ++++++++-----
 drivers/usb/misc/yurex.c          |   2 +-
 drivers/usb/typec/tcpm/tcpm.c     |  58 ++++++++++++------
 drivers/usb/typec/ucsi/ucsi_ccg.c |   2 +-
 11 files changed, 217 insertions(+), 165 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] USB fixes for 5.3-rc4
  2019-08-10 11:51 [GIT PULL] USB fixes for 5.3-rc4 Greg KH
@ 2019-08-10 19:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-08-10 19:30 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Sat, 10 Aug 2019 13:51:55 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1041f5092179ab3dfb8ceb8f1f54bc07d4ba3399

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-10 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-10 11:51 [GIT PULL] USB fixes for 5.3-rc4 Greg KH
2019-08-10 19:30 ` pr-tracker-bot

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).