[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180925142457.GA27274@kroah.com>
Date: Tue, 25 Sep 2018 16:24:57 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.19-rc4
The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:
Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.19-rc6
for you to fetch changes up to 3e3b81965cbfa01fda6d77750feedc3c46fc28d0:
usb: typec: mux: Take care of driver module reference counting (2018-09-20 13:35:01 +0200)
----------------------------------------------------------------
USB fixes for 4.19-rc6
Here are some small USB core and driver fixes for reported issues for
4.19-rc6.
The most visible is the oops fix for when the USB core is built into the
kernel that is present in 4.18. Turns out not many people actually do
that so it went unnoticed for a while. The rest is some tiny typec,
musb, and other core fixes.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alan Stern (3):
USB: remove LPM management from usb_driver_claim_interface()
USB: fix error handling in usb_driver_claim_interface()
USB: handle NULL config in usb_find_alt_setting()
Bin Liu (1):
usb: musb: dsps: do not disable CPPI41 irq in driver teardown
Harry Pan (1):
usb: core: safely deal with the dynamic quirk lists
Heikki Krogerus (2):
usb: roles: Take care of driver module reference counting
usb: typec: mux: Take care of driver module reference counting
Oliver Neukum (2):
USB: usbdevfs: sanitize flags more
USB: usbdevfs: restore warning for nonsensical flags
Sebastian Andrzej Siewior (1):
Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt()"
drivers/usb/class/cdc-wdm.c | 2 +-
drivers/usb/common/roles.c | 15 ++++++++++++---
drivers/usb/core/devio.c | 24 +++++++++++++++++++++---
drivers/usb/core/driver.c | 28 ++++++++++++++--------------
drivers/usb/core/quirks.c | 3 ++-
drivers/usb/core/usb.c | 2 ++
drivers/usb/musb/musb_dsps.c | 12 +-----------
drivers/usb/typec/mux.c | 17 +++++++++++++----
8 files changed, 66 insertions(+), 37 deletions(-)
Powered by blists - more mailing lists