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-release-arm-mainline-allmodconfig in repository toolchain/linux-next.
from 92b419289cee Merge tag 'riscv-for-linus-4.20-rc4' of git://git.kernel.o [...] adds f2ffd4e5bc7b scsi: qla2xxx: Timeouts occur on surprise removal of QLogi [...] adds 8e4829c6f747 scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC adds b84b6345e382 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds cd5e6d79384e mtd: spi-nor: don't drop sfdp data if optional parsers fail adds c797bd81d10e mtd: spi-nor: fix iteration over smpt array adds b9f07cc8207a mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use() adds 1d5ceff25aa1 mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw() adds 5d1e9c2212ea mtd: rawnand: atmel: fix OF child-node lookup adds 33bf5519ae5d mtd: rawnand: qcom: Namespace prefix some commands adds a6a66f80c85e mtd: spi-nor: Fix Cadence QSPI page fault kernel panic adds e8828ec1c003 mtd: spi-nor: fix selection of uniform erase type in flexi [...] adds ef4d6f2c0c65 Merge tag 'mtd/fixes-for-4.20-rc4' of git://git.infradead. [...] adds 781f0766cc41 USB: Wait for extra delay time after USB_PORT_FEAT_RESET f [...] adds a77112577667 usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB adds deefd24228a1 USB: quirks: Add no-lpm quirk for Raydium touchscreens adds f6501f491990 USB: misc: appledisplay: add 20" Apple Cinema Display adds f068090426ea xhci: Fix leaking USB3 shared_hcd at xhci removal adds 1245374e9b83 xhci: handle port status events for removed USB3 hcd adds d9193efba84f xhci: Add check for invalid byte size error when UAS devic [...] adds 958c0bd86075 usb: xhci: fix uninitialized completion when USB3 port got [...] adds a5baeaeabcca usb: xhci: fix timeout for transition from RExit to U0 adds 11644a765952 xhci: Add quirk to workaround the errata seen on Cavium Th [...] adds 08fd9a82fda8 usb: dwc3: core: Clean up ULPI device adds ba3a51ac32eb usb: dwc3: gadget: Properly check last unaligned/zero chain TRB adds 7b412b04a0c7 usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() adds 3c135e890019 usb: dwc2: pci: Fix an error code in probe adds a9c859033f6e Revert "usb: gadget: ffs: Fix BUG when userland exits with [...] adds 2fc6d4be35fb usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers adds 4b8440abc902 Merge tag 'fixes-for-v4.20-rc2' of git://git.kernel.org/pu [...] adds 22454b79e6de usb: core: Fix hub port connection events lost adds 2f31a67f01a8 usb: xhci: Prevent bus suspend if a port connect change or [...] adds 63529eaa6164 usb: cdc-acm: add entry for Hiro (Conexant) modem adds 4cd731953d62 Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/l [...] adds 943126417891 slimbus: ngd: remove unnecessary check adds e670de54c813 Drivers: hv: kvp: Fix the recent regression caused by inco [...] adds fee05f455ceb drivers/misc/sgi-gru: fix Spectre v1 vulnerability adds 7c97301285b6 misc: atmel-ssc: Fix section annotation on atmel_ssc_get_d [...] adds 0749aa25af82 nvmem: core: fix regression in of_nvmem_cell_get() adds 8bb0a88600f0 test_firmware: fix error return getting clobbered adds 432798195bbc uio: Fix an Oops on load adds 56a6c7268312 gnss: serial: fix synchronous write timeout adds 1decef370456 gnss: sirf: fix synchronous write timeout adds 5082a7df5251 Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/sc [...] adds cb5d21946d2a MAINTAINERS: Add Sasha as a stable branch maintainer adds 544b03da39e2 Documentation/security-bugs: Postpone fix publication in e [...] adds 52465bce85a2 Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub [...] adds 65766ee0bf7f ALSA: oss: Use kvzalloc() for local buffer allocations adds 563785edfcef ALSA: hda/realtek - Add quirk entry for HP Pavilion 15 adds d99501b8575d ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() adds cce997292a52 ALSA: hda/ca0132 - Add new ZxR quirk adds a6b0961b3989 ALSA: hda/ca0132 - fix AE-5 pincfg adds edeca3a769ad Merge tag 'sound-4.20-rc4' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 2 + Documentation/admin-guide/security-bugs.rst | 21 ++-- MAINTAINERS | 1 + drivers/gnss/serial.c | 3 +- drivers/gnss/sirf.c | 3 +- drivers/hv/hv_kvp.c | 26 ++++- drivers/misc/atmel-ssc.c | 2 +- drivers/misc/sgi-gru/grukdump.c | 4 + drivers/mtd/nand/raw/atmel/nand-controller.c | 11 +- drivers/mtd/nand/raw/qcom_nandc.c | 32 +++--- drivers/mtd/spi-nor/cadence-quadspi.c | 19 +++- drivers/mtd/spi-nor/spi-nor.c | 130 ++++++++++++++++++------ drivers/nvmem/core.c | 10 +- drivers/scsi/qla2xxx/qla_os.c | 10 +- drivers/scsi/ufs/ufs-hisi.c | 9 ++ drivers/scsi/ufs/ufs_quirks.h | 6 ++ drivers/scsi/ufs/ufshcd.c | 2 + drivers/slimbus/qcom-ngd-ctrl.c | 3 - drivers/slimbus/slimbus.h | 6 -- drivers/uio/uio.c | 7 +- drivers/usb/class/cdc-acm.c | 3 + drivers/usb/core/hub.c | 18 +++- drivers/usb/core/quirks.c | 14 +++ drivers/usb/dwc2/pci.c | 1 + drivers/usb/dwc3/core.c | 1 + drivers/usb/dwc3/dwc3-pci.c | 4 +- drivers/usb/dwc3/gadget.c | 8 +- drivers/usb/gadget/function/f_fs.c | 26 ++--- drivers/usb/host/xhci-histb.c | 6 +- drivers/usb/host/xhci-hub.c | 66 ++++++++---- drivers/usb/host/xhci-mtk.c | 6 +- drivers/usb/host/xhci-pci.c | 6 ++ drivers/usb/host/xhci-plat.c | 6 +- drivers/usb/host/xhci-ring.c | 45 +++++++- drivers/usb/host/xhci-tegra.c | 1 + drivers/usb/host/xhci.c | 2 - drivers/usb/host/xhci.h | 3 +- drivers/usb/misc/appledisplay.c | 1 + include/linux/usb/quirks.h | 3 + lib/test_firmware.c | 1 + sound/core/oss/pcm_oss.c | 6 +- sound/core/oss/pcm_plugin.c | 6 +- sound/pci/hda/patch_ca0132.c | 5 +- sound/pci/hda/patch_realtek.c | 1 + 44 files changed, 394 insertions(+), 152 deletions(-)