This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from dd469a456047 Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub [...] adds 500f9fbadef8 io_uring: fix potential hang with polled IO adds 504db087aacc nvme-multipath: fix possible I/O hang when paths are updated adds a89fcca81856 nvme: Fix cntlid validation when not using NVMEoF adds cb32de1b7e25 nvme: Add quirk for LiteON CL1 devices running FW 22301111 adds a3a0e43fd770 io_uring: don't enter poll loop if we have CQEs pending adds 7035eef4496d md: update MAINTAINERS info adds 08f5439f1df2 io_uring: add need_resched() check in inner poll loop adds b9bd6806d014 Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block adds 27b7fb1ab7bf RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB adds 9b440078017f RDMA/siw: Fix potential NULL de-ref adds d58c1834bf0d IB/hfi1: Drop stale TID RDMA packets adds 35d5c8b82e2c IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet adds a8adbf7d0d0a IB/hfi1: Add additional checks when handling TID RDMA READ [...] adds 90fdae66e72b IB/hfi1: Add additional checks when handling TID RDMA WRIT [...] adds d9d1f5e7bb82 IB/hfi1: Drop stale TID RDMA packets that cause TIDErr adds 948a7287b29e IB/core: Fix NULL pointer dereference when bind QP to counter adds c8b32408b407 RDMA/counters: Properly implement PID checks adds 60c78668ae50 RDMA/restrack: Rewrite PID namespace check to be reliable adds 0e6613b41edd IB/mlx5: Consolidate use_umr checks into single function adds 008157528ac5 IB/mlx5: Report and handle ODP support properly adds 25a4517214ff IB/mlx5: Fix MR re-registration flow to use UMR properly adds 841b07f99a47 IB/mlx5: Block MR WR if UMR is not possible adds a7bfb93f0211 RDMA/cma: fix null-ptr-deref Read in cma_cleanup adds 5c1baaa82cea IB/mlx4: Fix memory leaks adds b08afa064c32 infiniband: hfi1: fix a memory leak bug adds 2323d7baab2b infiniband: hfi1: fix memory leaks adds d37b1e534071 RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_s [...] adds fab4f97e1fe3 RDMA/siw: Fix SGL mapping issues adds c536277e0db1 RDMA/siw: Fix 64/32bit pointer inconsistency adds 9140d8bdd4c5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds c358ebf59634 drm/nouveau: Don't retry infinitely when receiving no data [...] adds a4a759b2797b Merge branch 'linux-5.3' of git://github.com/skeggsb/linux [...] adds 7837951a12fd drm/mediatek: include dma-mapping header adds bc67b17eb91e Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesk [...] adds 1fb254aa983b xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fai [...] adds 8942230a7e1c Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/sc [...] adds 26fa656e9a0c scsi: qla2xxx: Fix gnl.l memory leak on adapter init failure adds a86a75865ff4 scsi: target: tcmu: avoid use-after-free after command timeout adds 7c7cfdcf7f17 scsi: ufs: Fix NULL pointer dereference in ufshcd_config_v [...] adds 77ffd3465ba8 scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQ adds 17d0fbf47eb1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 2113c5f62b74 KVM: arm/arm64: Only skip MMIO insn once adds 2e16f3e926ed KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity adds 087eeea9adcb Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org [...] adds 0a022eccf7c4 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 16c75963723d Drivers: hv: vmbus: Remove the unused "tsc_page" from stru [...] adds d09bc83640d5 Input: hyperv-keyboard: Use in-place iterator API in the c [...] adds 89eb4d8d2572 Tools: hv: kvp: eliminate 'may be used uninitialized' warning adds a9fc4340aee0 Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE adds 361469211f87 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 4 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 24 +++++--- drivers/hv/channel.c | 2 +- drivers/hv/hyperv_vmbus.h | 2 - drivers/infiniband/core/cma.c | 6 +- drivers/infiniband/core/counters.c | 10 ++-- drivers/infiniband/core/nldev.c | 3 +- drivers/infiniband/core/restrack.c | 15 +++-- drivers/infiniband/core/umem.c | 7 +-- drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 8 ++- drivers/infiniband/hw/bnxt_re/qplib_rcfw.h | 11 +++- drivers/infiniband/hw/hfi1/fault.c | 12 ++-- drivers/infiniband/hw/hfi1/tid_rdma.c | 76 +++++++++---------------- drivers/infiniband/hw/mlx4/mad.c | 4 +- drivers/infiniband/hw/mlx5/main.c | 6 +- drivers/infiniband/hw/mlx5/mem.c | 5 +- drivers/infiniband/hw/mlx5/mlx5_ib.h | 14 +++++ drivers/infiniband/hw/mlx5/mr.c | 7 +-- drivers/infiniband/hw/mlx5/odp.c | 17 +++--- drivers/infiniband/hw/mlx5/qp.c | 24 ++++++-- drivers/infiniband/sw/siw/siw.h | 8 +-- drivers/infiniband/sw/siw/siw_cm.c | 82 +++++++++++++-------------- drivers/infiniband/sw/siw/siw_cq.c | 5 +- drivers/infiniband/sw/siw/siw_mem.c | 14 ++--- drivers/infiniband/sw/siw/siw_mem.h | 2 +- drivers/infiniband/sw/siw/siw_qp.c | 2 +- drivers/infiniband/sw/siw/siw_qp_rx.c | 26 +++++---- drivers/infiniband/sw/siw/siw_qp_tx.c | 80 ++++++++++++-------------- drivers/infiniband/sw/siw/siw_verbs.c | 40 ++++++------- drivers/input/serio/hyperv-keyboard.c | 35 ++---------- drivers/nvme/host/core.c | 14 ++++- drivers/nvme/host/multipath.c | 1 + drivers/nvme/host/nvme.h | 5 ++ drivers/nvme/host/pci.c | 3 +- drivers/scsi/lpfc/lpfc.h | 1 + drivers/scsi/lpfc/lpfc_attr.c | 15 +++++ drivers/scsi/lpfc/lpfc_init.c | 10 ++-- drivers/scsi/lpfc/lpfc_sli4.h | 5 ++ drivers/scsi/qla2xxx/qla_attr.c | 2 + drivers/scsi/qla2xxx/qla_os.c | 11 +++- drivers/scsi/ufs/ufshcd.c | 3 + drivers/target/target_core_user.c | 9 ++- fs/io_uring.c | 66 ++++++++++++++------- fs/xfs/xfs_iops.c | 1 + include/rdma/restrack.h | 3 +- tools/hv/hv_kvp_daemon.c | 2 +- virt/kvm/arm/mmio.c | 7 +++ virt/kvm/arm/vgic/vgic-init.c | 30 ++++++---- 49 files changed, 421 insertions(+), 319 deletions(-)