From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.17-rc4
Date: Sat, 5 May 2018 16:36:27 -0700 [thread overview]
Message-ID: <20180505233627.GA14556@kroah.com> (raw)
The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:
Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.17-rc4
for you to fetch changes up to 6844dc42722cac37762a45e742ab4b2cc5348023:
Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2018-05-04 14:38:32 -0700)
----------------------------------------------------------------
USB fixes for 4.17-rc4
Here are some USB driver fixes for 4.17-rc4.
The majority of them are some USB gadget fixes that missed my last pull
request. The "largest" patch in here is a fix for the old visor driver
that syzbot found 6 months or so ago and I finally remembered to fix it.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
USB: Accept bulk endpoints with 1024-byte maxpacket
Artur Petrosyan (1):
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.
Bin Liu (2):
usb: musb: host: fix potential NULL pointer dereference
usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
Greg Kroah-Hartman (4):
Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
USB: serial: visor: handle potential invalid device configuration
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Merge tag 'usb-serial-4.17-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Heikki Krogerus (2):
usb: typec: tcpm: Release the role mux when exiting
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
Joel Pepper (1):
usb: gadget: composite Allow for larger configuration descriptors
Luc Van Oostenryck (1):
usb: gadget: f_phonet: fix pn_net_xmit()'s return type
Mathias Nyman (1):
xhci: Fix use-after-free in xhci_free_virt_device
Mayank Rana (1):
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
SZ Lin (林上智) (1):
USB: serial: option: adding support for ublox R410M
Tomeu Vizoso (1):
usb: dwc2: dwc2_vbus_supply_init: fix error check
Wei Yongjun (2):
usb: dwc2: pci: Fix error return code in dwc2_pci_probe()
usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static
drivers/usb/core/config.c | 4 +-
drivers/usb/dwc2/core.h | 2 +
drivers/usb/dwc2/gadget.c | 21 +++++++++++
drivers/usb/dwc2/hcd.c | 13 ++++---
drivers/usb/dwc2/pci.c | 4 +-
drivers/usb/dwc3/gadget.c | 4 +-
drivers/usb/gadget/function/f_phonet.c | 2 +-
drivers/usb/host/ehci-mem.c | 3 +-
drivers/usb/host/ehci-sched.c | 6 ++-
drivers/usb/host/xhci.c | 1 +
drivers/usb/musb/musb_gadget.c | 3 +-
drivers/usb/musb/musb_host.c | 4 +-
drivers/usb/serial/option.c | 5 +++
drivers/usb/serial/visor.c | 69 +++++++++++++++++-----------------
drivers/usb/typec/tcpm.c | 1 +
drivers/usb/typec/tps6598x.c | 47 +++++++++++++++++++----
include/linux/usb/composite.h | 2 +-
17 files changed, 133 insertions(+), 58 deletions(-)
reply other threads:[~2018-05-05 23:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20180505233627.GA14556@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