This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8214bdf7d3e6 Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/s [...] new 70bb27b79adf thermal: armada: fix legacy validity test sense new dc6946cbef38 thermal: armada: fix legacy resource fixup new 6085c13351eb thermal: bcm2835: Switch to SPDX identifier new 13cfb713c8c2 thermal: armada: constify thermal_zone_of_device_ops structure new 1aea7aee805e thermal: broadcom: constify thermal_zone_of_device_ops structure new 6ec067e3a449 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new e3f5df762d4a tools/testing/nvdimm: Align test resources to 128M new ae86cbfef381 libnvdimm, pfn: Pad pfn namespaces relative to other regions new b5fd2e00a602 acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather [...] new bd799eb63db4 Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.o [...] new c93db7bb6ef3 dax: Check page->mapping isn't NULL new 55e56f06ed71 dax: Don't access a freed inode new 27359fd6e5f3 dax: Fix unlock mismatch with updated API new fa82dcbf2aed Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub [...] new 6e785302dad3 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy [...] new c988de29ca16 cifs: Fix separator when building path from dentry new 6ac79291fb7d CIFS: Avoid returning EBUSY to upper layer VFS new bc4caf186fb6 Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfr [...] new d78599053018 usb: appledisplay: Add 27" Apple Cinema Display new d81bb019d7bb USB: Fix invalid-free bug in port_over_current_notify() new 2f2dde6ba89b usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device new 704620afc70c USB: check usb_get_extra_descriptor for proper size new a7d57abcc8a5 xhci: workaround CSS timeout on AMD SNPS 3.0 xHC new 0472bf06c6fd xhci: Prevent U1/U2 link pm states if exit latency is too long new f51ccf46217c USB: serial: console: fix reported terminal settings new 3caad34eab57 Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/ [...] new 50a5528a4b19 Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/l [...] new 2a48602615e0 tty: do not set TTY_IO_ERROR flag if console port new 100bc3e2bebf tty: serial: 8250_mtk: always resume the device in probe. new dada6a43b040 kgdboc: fix KASAN global-out-of-bounds bug in param_set_kg [...] new 822b7683fff1 Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/l [...] new 300cd664865b staging: rtl8712: Fix possible buffer overrun new 87e4a5405f08 Revert commit ef9209b642f "staging: rtl8723bs: Fix indenti [...] new 47dcb0802d28 Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/s [...] new 37c2578c0c40 Drivers: hv: vmbus: Offload the handling of channels to tw [...] new 06fd9ab12b80 gnss: sirf: fix activation retry handling new 85280de450f1 MAINTAINERS: add gnss scm tree new 63cea1f73528 MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching new dbde117c3126 Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/pub/sc [...] new 0844895a2e51 Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub [...]
The 40 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: 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(-)