This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 56cfd2507d3e Merge tag '5.4-rc6-smb3-fix' of git://git.samba.org/sfrenc [...] adds a51bab592fbb usb: dwc3: select CONFIG_REGMAP_MMIO adds bc1e3a2dd0c9 usb: fsl: Check memory resource before releasing it adds b26a4052cf9a usb: mtu3: fix missing include of mtu3_dr.h adds 5053691a7d62 usb: cdns3: include host-export,h for cdns3_host_init adds 2457b2c1b44e usb: renesas_usbhs: fix __le16 warnings adds ef48aacf860b usb: gadget: udc: renesas_usb3: Fix __le16 warnings adds 20ee71cc374a usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_s [...] adds e92f30ac37d1 usb: renesas_usbhs: fix type of buf adds ba3a1a915c49 usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode. adds 1c20c89b0421 usb: gadget: composite: Fix possible double free memory bug adds 9bbfceea12a8 usb: dwc3: pci: prevent memory leak in dwc3_pci_probe adds 1a1c851bbd70 usb: gadget: configfs: fix concurrent issue between compos [...] adds a7d9874c6f3f usb: dwc3: remove the call trace of USBx_GFLADJ adds f3fb802efaef usb: cdns3: gadget: Don't manage pullups adds 4ae8beac0abb Merge tag 'fixes-for-v5.4-rc5' of git://git.kernel.org/pub [...] adds d482c7bb0541 USB: Skip endpoints with 0 maxpacket length adds d98ee2a19c33 USB: ldusb: fix ring-buffer locking adds 88f6bf3846ee USB: ldusb: use unsigned size format specifiers adds 52403cfbc635 USB: ldusb: fix control-message timeout adds 18b74067ac78 xhci: Fix use-after-free regression in xhci clear hub TT i [...] adds bfa3dbb343f6 usb: xhci: fix Immediate Data Transfer endianness adds d5501d5c29a2 usb: xhci: fix __le32/__le64 accessors in debugfs code adds 28df0642abbf usbip: tools: Fix read_usb_vudc_device() error path handling adds d4d8257754c3 usbip: Fix free of unallocated memory in vhci tx adds 9a9769496131 usb-storage: Revert commit 747668dbc061 ("usb-storage: Set [...] adds 1186f86a7113 UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of sc [...] adds 54f83b8c8ea9 USB: gadget: Reject endpoints with 0 maxpacket value adds 1251dab9e0a2 USB: serial: whiteheat: fix potential slab corruption adds 84968291d792 USB: serial: whiteheat: fix line-speed endianness adds f5c8d290634a usb: cdns3: gadget: reset EP_CLAIMED flag while unloading adds 94e259f81a71 usb: cdns3: gadget: Fix g_audio use case when connected to [...] adds d8eca64eec71 usb: dwc3: gadget: fix race when disabling ep with cancell [...] adds 3a69c9e52295 Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/li [...] new a99d8080aaf3 Linux 5.4-rc6
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 2 +- drivers/usb/cdns3/gadget.c | 37 ++++++--- drivers/usb/cdns3/host-export.h | 1 - drivers/usb/cdns3/host.c | 1 + drivers/usb/core/config.c | 5 ++ drivers/usb/dwc3/Kconfig | 1 + drivers/usb/dwc3/core.c | 3 +- drivers/usb/dwc3/dwc3-pci.c | 2 +- drivers/usb/dwc3/gadget.c | 6 ++ drivers/usb/gadget/composite.c | 4 + drivers/usb/gadget/configfs.c | 110 +++++++++++++++++++++++++-- drivers/usb/gadget/udc/atmel_usba_udc.c | 6 +- drivers/usb/gadget/udc/core.c | 11 +++ drivers/usb/gadget/udc/fsl_udc_core.c | 2 +- drivers/usb/gadget/udc/renesas_usb3.c | 11 +-- drivers/usb/host/xhci-debugfs.c | 24 +++--- drivers/usb/host/xhci-ring.c | 2 + drivers/usb/host/xhci.c | 54 ++++++++++--- drivers/usb/misc/ldusb.c | 13 ++-- drivers/usb/mtu3/mtu3_core.c | 1 + drivers/usb/renesas_usbhs/common.c | 12 +-- drivers/usb/renesas_usbhs/mod_gadget.c | 4 +- drivers/usb/serial/whiteheat.c | 13 +++- drivers/usb/serial/whiteheat.h | 2 +- drivers/usb/storage/scsiglue.c | 10 --- drivers/usb/storage/uas.c | 20 ----- drivers/usb/usbip/vhci_tx.c | 3 + tools/usb/usbip/libsrc/usbip_device_driver.c | 6 +- 28 files changed, 268 insertions(+), 98 deletions(-)