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-defconfig in repository toolchain/ci/linux.
from e3fb13b7e47c Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/p [...] adds 314e01a6d7dd xfs: fall back to native ioctls for unhandled compat ones adds 4529e6d7a6ab xfs: compat_ioctl: use compat_ptr() adds edc58dd0123b vfs: fix page locking deadlocks when deduping files adds 5d888b481e6a xfs: fix reflink source file racing with directio writes adds b68271609c4f fs/xfs: Fix return code of xfs_break_leased_layouts() adds f576518c9ab5 Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/sc [...] adds cf3591ef8329 Revert "dm bufio: fix deadlock with loop device" adds d1fef41465f0 dm kcopyd: always complete failed jobs adds b234c6d7a703 dm zoned: improve error handling in reclaim adds d7428c50118e dm zoned: improve error handling in i/o map code adds 75d66ffb48ef dm zoned: properly handle backing device failure adds bae9a0aa331d dm zoned: add SPDX license identifiers adds ad1bd578bd5a dm zoned: fix a few typos adds 5729b6e5a1bc dm integrity: fix a crash due to BUG_ON in __journal_read_write() adds 08c04c84a5cd dm dust: use dust block size for badblocklist index adds e0702d90b79d dm zoned: fix potential NULL dereference in dmz_do_reclaim() adds dc1a3e8e0cc6 dm raid: add missing cleanup in raid_ctr() adds e4f9d6013820 dm btree: fix order of block initialization in btree_split [...] adds ae148243d3f0 dm space map metadata: fix missing store of apply_bops() r [...] adds 1cfd5d3399e8 dm table: fix invalid memory accesses with too high sector number adds 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 [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 4 +- 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/md/dm-bufio.c | 4 +- drivers/md/dm-dust.c | 11 ++- drivers/md/dm-integrity.c | 15 ++++ drivers/md/dm-kcopyd.c | 5 +- drivers/md/dm-raid.c | 2 +- drivers/md/dm-table.c | 5 +- drivers/md/dm-zoned-metadata.c | 68 +++++++++++++----- drivers/md/dm-zoned-reclaim.c | 47 ++++++++++--- drivers/md/dm-zoned-target.c | 68 +++++++++++++++--- drivers/md/dm-zoned.h | 11 +++ drivers/md/persistent-data/dm-btree.c | 31 ++++---- drivers/md/persistent-data/dm-space-map-metadata.c | 2 +- drivers/nvme/host/core.c | 14 +++- drivers/nvme/host/multipath.c | 1 + drivers/nvme/host/nvme.h | 5 ++ drivers/nvme/host/pci.c | 3 +- fs/io_uring.c | 66 ++++++++++++----- fs/read_write.c | 49 ++++++++++--- fs/xfs/xfs_ioctl32.c | 56 +-------------- fs/xfs/xfs_pnfs.c | 2 +- fs/xfs/xfs_reflink.c | 63 ++++++++++------- include/rdma/restrack.h | 3 +- 48 files changed, 609 insertions(+), 410 deletions(-)