linux-stable/drivers/usb
Peter Zijlstra 298ac860af usb: early: xhci-dbc: Fix xdbc number parsing
kstrtoul() assumes the string contains the number only and is \0
terminated, this is not the case, as such things like:

	earlyprintk=xdbc1,keep

go completely sideways. Use simple_strtoul() instead.

Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220304152136.035911620@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-03-15 18:20:34 +01:00
..
atm
c67x00
cdns3 Linux 5.17-rc2 2022-01-31 10:13:10 +01:00
chipidea usb: udc: Fix typo in comment 2022-01-31 14:24:39 +01:00
class
common usb: ulpi: Add debugfs support 2022-02-14 11:05:41 +01:00
core USB: core: Update kerneldoc for usb_get_dev() and usb_get_intf() 2022-02-25 16:53:41 +01:00
dwc2 Merge 5.17-rc6 into usb-next 2022-02-28 21:42:36 +01:00
dwc3 usb: dwc3: pci: Add support for Intel Alder Lake 2022-03-15 15:45:03 +01:00
early usb: early: xhci-dbc: Fix xdbc number parsing 2022-03-15 18:20:34 +01:00
gadget usb: gadget: udc: s3c2410: remove usage of list iterator past the loop body 2022-03-15 18:19:45 +01:00
host usb: host: xhci: Remove some unnecessary return value initializations 2022-03-03 15:46:09 +01:00
image
isp1760
misc usb: misc: USB_QCOM_EUD should depend on ARCH_QCOM 2022-02-24 11:19:55 +01:00
mon
mtu3
musb
phy
renesas_usbhs
roles
serial USB: serial: usb_wwan: remove redundant assignment to variable i 2022-03-08 18:51:02 +01:00
storage usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge 2022-01-25 18:42:52 +01:00
typec usb: typec: tipd: Forward plug orientation to typec subsystem 2022-03-03 15:45:42 +01:00
usbip usbip: vudc: Make use of the helper macro LIST_HEAD() 2022-02-14 12:49:38 +01:00
Kconfig
Makefile
usb-skeleton.c