The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063: Linux 4.18-rc3 (2018-07-01 16:04:53 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.18-rc5 for you to fetch changes up to f1e255d60ae66a9f672ff9a207ee6cd8e33d2679: USB: yurex: fix out-of-bounds uaccess in read handler (2018-07-06 17:21:34 +0200) ---------------------------------------------------------------- USB fixes for 4.18-rc5 Here are a number of small USB fixes for 4.18-rc5. Nothing major here, just the normal set of new device ids, xhci fixes, and some typec fixes. The typec fix required some tiny changes in an i2c driver, which that maintainer acked to come through my tree. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Arnd Bergmann (1): usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependency Dan Carpenter (2): USB: serial: ch341: fix type promotion bug in ch341_control_in() xhci: xhci-mem: off by one in xhci_stream_id_to_ring() Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.18-rc4' of https://git.kernel.org/.../johan/usb-serial into usb-linus Hans de Goede (2): typec: tcpm: Correctly report power_supply current and voltage for non pd supply i2c-cht-wc: Fix bq24190 supplier Jann Horn (1): USB: yurex: fix out-of-bounds uaccess in read handler Johan Hovold (2): USB: serial: keyspan_pda: fix modem-status error handling USB: serial: mos7840: fix status-register error handling Kai-Heng Feng (1): usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started Laurentiu Tudor (1): docs: kernel-parameters.txt: document xhci-hcd.quirks parameter Nico Sneck (1): usb: quirks: add delay quirks for Corsair Strafe Olli Salonen (1): USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick Documentation/admin-guide/kernel-parameters.txt | 5 +++++ drivers/i2c/busses/i2c-cht-wc.c | 3 ++- drivers/usb/core/quirks.c | 4 ++++ drivers/usb/gadget/udc/aspeed-vhub/Kconfig | 1 + drivers/usb/host/xhci-dbgcap.c | 12 ++++++++---- drivers/usb/host/xhci-mem.c | 2 +- drivers/usb/misc/yurex.c | 23 ++++++----------------- drivers/usb/serial/ch341.c | 2 +- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/keyspan_pda.c | 4 +++- drivers/usb/serial/mos7840.c | 3 +++ drivers/usb/typec/tcpm.c | 5 +++-- 12 files changed, 38 insertions(+), 27 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html