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-rc4
Date: Sat, 10 Aug 2019 13:51:55 +0200	[thread overview]
Message-ID: <20190810115155.GA5792@kroah.com> (raw)

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

             reply	other threads:[~2019-08-10 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-10 11:51 Greg KH [this message]
2019-08-10 19:30 ` [GIT PULL] USB fixes for 5.3-rc4 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=20190810115155.GA5792@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).