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-aarch64-mainline-allnoconfig in repository toolchain/linux-next.
from 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...] adds 70bb27b79adf thermal: armada: fix legacy validity test sense adds dc6946cbef38 thermal: armada: fix legacy resource fixup adds 6085c13351eb thermal: bcm2835: Switch to SPDX identifier adds 13cfb713c8c2 thermal: armada: constify thermal_zone_of_device_ops structure adds 1aea7aee805e thermal: broadcom: constify thermal_zone_of_device_ops structure adds 6ec067e3a449 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds e3f5df762d4a tools/testing/nvdimm: Align test resources to 128M adds ae86cbfef381 libnvdimm, pfn: Pad pfn namespaces relative to other regions adds b5fd2e00a602 acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather [...] adds bd799eb63db4 Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.o [...] adds c93db7bb6ef3 dax: Check page->mapping isn't NULL adds 55e56f06ed71 dax: Don't access a freed inode adds 27359fd6e5f3 dax: Fix unlock mismatch with updated API adds fa82dcbf2aed Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub [...] adds 6e785302dad3 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy [...] adds c988de29ca16 cifs: Fix separator when building path from dentry adds 6ac79291fb7d CIFS: Avoid returning EBUSY to upper layer VFS adds bc4caf186fb6 Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfr [...] adds d78599053018 usb: appledisplay: Add 27" Apple Cinema Display adds d81bb019d7bb USB: Fix invalid-free bug in port_over_current_notify() adds 2f2dde6ba89b usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device adds 704620afc70c USB: check usb_get_extra_descriptor for proper size adds a7d57abcc8a5 xhci: workaround CSS timeout on AMD SNPS 3.0 xHC adds 0472bf06c6fd xhci: Prevent U1/U2 link pm states if exit latency is too long adds f51ccf46217c USB: serial: console: fix reported terminal settings adds 3caad34eab57 Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/ [...] adds 50a5528a4b19 Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/l [...] adds 2a48602615e0 tty: do not set TTY_IO_ERROR flag if console port adds 100bc3e2bebf tty: serial: 8250_mtk: always resume the device in probe. adds dada6a43b040 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kg [...] adds 822b7683fff1 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/l [...] adds 300cd664865b staging: rtl8712: Fix possible buffer overrun adds 87e4a5405f08 Revert commit ef9209b642f "staging: rtl8723bs: Fix indenti [...] adds 47dcb0802d28 Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/s [...] adds 37c2578c0c40 Drivers: hv: vmbus: Offload the handling of channels to tw [...] adds 06fd9ab12b80 gnss: sirf: fix activation retry handling adds 85280de450f1 MAINTAINERS: add gnss scm tree adds 63cea1f73528 MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching adds dbde117c3126 Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/pub/sc [...] adds 0844895a2e51 Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 + drivers/acpi/nfit/core.c | 2 +- drivers/gnss/sirf.c | 6 +- drivers/hv/channel_mgmt.c | 189 +++++++++++++++++--------- drivers/hv/connection.c | 24 +++- drivers/hv/hyperv_vmbus.h | 7 + drivers/nvdimm/nd-core.h | 2 + drivers/nvdimm/pfn_devs.c | 64 +++++---- drivers/nvdimm/region_devs.c | 41 ++++++ drivers/staging/rtl8712/mlme_linux.c | 2 +- drivers/staging/rtl8712/rtl871x_mlme.c | 2 +- drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +- drivers/thermal/armada_thermal.c | 28 ++-- drivers/thermal/broadcom/bcm2835_thermal.c | 11 +- drivers/thermal/broadcom/brcmstb_thermal.c | 2 +- drivers/tty/serial/8250/8250_mtk.c | 16 +-- drivers/tty/serial/kgdboc.c | 4 +- drivers/tty/tty_io.c | 11 +- drivers/tty/tty_port.c | 3 +- drivers/usb/core/hub.c | 5 +- drivers/usb/core/quirks.c | 4 + drivers/usb/core/usb.c | 6 +- drivers/usb/host/hwa-hc.c | 2 +- drivers/usb/host/xhci-pci.c | 4 + drivers/usb/host/xhci.c | 42 +++++- drivers/usb/host/xhci.h | 3 + drivers/usb/misc/appledisplay.c | 1 + drivers/usb/serial/console.c | 2 +- fs/cifs/Kconfig | 2 +- fs/cifs/dir.c | 2 +- fs/cifs/file.c | 31 +---- fs/dax.c | 55 +++++--- include/linux/dax.h | 14 +- include/linux/hyperv.h | 7 + include/linux/tty.h | 1 + include/linux/usb.h | 4 +- mm/memory-failure.c | 6 +- tools/testing/nvdimm/test/nfit.c | 35 ++++- 38 files changed, 437 insertions(+), 207 deletions(-)