This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2ac69819ba9e Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects [...] new 9f4ce5d72b8e vdpa: ifcvf: return err when fail to request config irq new 2b9f28d5e8ef vdpa: ifcvf: free config irq in ifcvf_free_irq() new eb07d8f5ff32 vhost-iotlb: fix vhost_iotlb_itree_next() documentation new cbb523594eb7 vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms new e652049b2018 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 90b125f4cd26 hv_utils: return error if host timesysnc update is stale new b46b4a8a57c3 hv_utils: drain the timesync packets on onchannelcallback new 51c4518ab77c Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...] new 2b86d9b8ec6e speakup: Fix wait_for_xmitr for ttyio case new dfe650be6f79 speakup: only build serialio when ISA is enabled new 51072c0f5b5e mei: hdcp: fix mei_hdcp_verify_mprime() input parameter new f1aae40e8dbd habanalabs: unmap PCI bars upon iATU failure new bf6d10963ed0 habanalabs: Validate user address before mapping new bc75be24fa88 habanalabs: validate packet id during CB parse new eeec23cd325a habanalabs: Fix memory corruption in debugfs new b0353540ffd2 habanalabs: Fix a loop in gaudi_extract_ecc_info() new 1cff11974080 habanalabs: verify user input in cs_ioctl_signal_wait new f44d23b9095a habanalabs: set clock gating according to mask new 36545279f076 habanalabs: proper handling of alloc size in coresight new 58361aae4b0e habanalabs: set max power according to card type new 804d057cfae2 habanalabs: fix incorrect check on failed workqueue create new bce382a8bb08 habanalabs: validate FW file size new 0839152f8c1e habanalabs: check correct vmalloc return code new 5aba368893c0 habanalabs: correctly report inbound pci region cfg error new 9c97cecab0d4 Merge tag 'misc-habanalabs-fixes-2020-08-22' of git://peop [...] new 27563ab6ef75 Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/ [...] new f8d1653daec0 vt: defer kfree() of vc_screenbuf in vc_do_resize() new 39b3cffb8cf3 fbcon: prevent user font height or width change from causi [...] new bc5269ca7650 vt_ioctl: change VT_RESIZEX ioctl to check for error retur [...] new d681a6e4e353 serial: qcom_geni_serial: Fix recent kdb hang new 975efc66d4e6 tty: serial: qcom_geni_serial: Drop __init from qcom_geni_ [...] new c6b9e95dde7b serial: 8250_exar: Fix number of ports for Commtech PCIe cards new 89efbe70b27d serial: pl011: Don't leak amba_ports entry on driver regis [...] new 27afac93e3bd serial: pl011: Fix oops on -EPROBE_DEFER new fdf16d78941b serial: stm32: avoid kernel warning on absence of optional IRQ new 205d300aea75 serial: 8250: change lock order in serial8250_do_startup() new 8c6c378b0cbe serial: samsung: Removes the IRQ not found warning new ea1fc02e12b6 tty: serial: imx: add dependence and build for earlycon new 15bc20c6af4c Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/li [...]
The 39 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: drivers/accessibility/speakup/Kconfig | 13 ++- drivers/accessibility/speakup/Makefile | 2 +- drivers/accessibility/speakup/serialio.c | 8 +- drivers/accessibility/speakup/spk_priv.h | 1 - drivers/accessibility/speakup/spk_ttyio.c | 7 ++ drivers/accessibility/speakup/spk_types.h | 1 + drivers/accessibility/speakup/synth.c | 2 +- drivers/hv/hv_util.c | 65 +++++++++++---- drivers/misc/habanalabs/common/command_buffer.c | 16 +++- .../misc/habanalabs/common/command_submission.c | 8 ++ drivers/misc/habanalabs/common/debugfs.c | 8 +- drivers/misc/habanalabs/common/device.c | 9 ++- drivers/misc/habanalabs/common/firmware_if.c | 9 +++ drivers/misc/habanalabs/common/habanalabs.h | 7 +- drivers/misc/habanalabs/common/memory.c | 9 ++- drivers/misc/habanalabs/common/mmu.c | 2 +- drivers/misc/habanalabs/common/pci.c | 8 +- drivers/misc/habanalabs/common/sysfs.c | 7 +- drivers/misc/habanalabs/gaudi/gaudi.c | 92 ++++++++++++++++------ drivers/misc/habanalabs/gaudi/gaudiP.h | 3 +- drivers/misc/habanalabs/gaudi/gaudi_coresight.c | 8 +- drivers/misc/habanalabs/goya/goya.c | 31 ++++++++ drivers/misc/habanalabs/goya/goya_coresight.c | 8 +- drivers/misc/mei/hdcp/mei_hdcp.c | 40 ++++++---- drivers/tty/serial/8250/8250_exar.c | 24 +++++- drivers/tty/serial/8250/8250_port.c | 9 ++- drivers/tty/serial/Kconfig | 1 + drivers/tty/serial/Makefile | 1 + drivers/tty/serial/amba-pl011.c | 16 ++-- drivers/tty/serial/qcom_geni_serial.c | 11 ++- drivers/tty/serial/samsung_tty.c | 8 +- drivers/tty/serial/stm32-usart.c | 2 +- drivers/tty/vt/vt.c | 5 +- drivers/tty/vt/vt_ioctl.c | 12 ++- drivers/vdpa/ifcvf/ifcvf_base.h | 2 +- drivers/vdpa/ifcvf/ifcvf_main.c | 9 ++- drivers/vdpa/mlx5/net/mlx5_vnet.c | 50 ++++++------ drivers/vhost/iotlb.c | 4 +- drivers/video/fbdev/core/fbcon.c | 25 +++++- 39 files changed, 401 insertions(+), 142 deletions(-)