This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dd469a456047 Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub [...] new 500f9fbadef8 io_uring: fix potential hang with polled IO new 504db087aacc nvme-multipath: fix possible I/O hang when paths are updated new a89fcca81856 nvme: Fix cntlid validation when not using NVMEoF new cb32de1b7e25 nvme: Add quirk for LiteON CL1 devices running FW 22301111 new a3a0e43fd770 io_uring: don't enter poll loop if we have CQEs pending new 7035eef4496d md: update MAINTAINERS info new 08f5439f1df2 io_uring: add need_resched() check in inner poll loop new b9bd6806d014 Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block new 27b7fb1ab7bf RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB new 9b440078017f RDMA/siw: Fix potential NULL de-ref new d58c1834bf0d IB/hfi1: Drop stale TID RDMA packets new 35d5c8b82e2c IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet new a8adbf7d0d0a IB/hfi1: Add additional checks when handling TID RDMA READ [...] new 90fdae66e72b IB/hfi1: Add additional checks when handling TID RDMA WRIT [...] new d9d1f5e7bb82 IB/hfi1: Drop stale TID RDMA packets that cause TIDErr new 948a7287b29e IB/core: Fix NULL pointer dereference when bind QP to counter new c8b32408b407 RDMA/counters: Properly implement PID checks new 60c78668ae50 RDMA/restrack: Rewrite PID namespace check to be reliable new 0e6613b41edd IB/mlx5: Consolidate use_umr checks into single function new 008157528ac5 IB/mlx5: Report and handle ODP support properly new 25a4517214ff IB/mlx5: Fix MR re-registration flow to use UMR properly new 841b07f99a47 IB/mlx5: Block MR WR if UMR is not possible new a7bfb93f0211 RDMA/cma: fix null-ptr-deref Read in cma_cleanup new 5c1baaa82cea IB/mlx4: Fix memory leaks new b08afa064c32 infiniband: hfi1: fix a memory leak bug new 2323d7baab2b infiniband: hfi1: fix memory leaks new d37b1e534071 RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_s [...] new fab4f97e1fe3 RDMA/siw: Fix SGL mapping issues new c536277e0db1 RDMA/siw: Fix 64/32bit pointer inconsistency new 9140d8bdd4c5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 30 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 | 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/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 +++++++++++++++++------- include/rdma/restrack.h | 3 +- 32 files changed, 318 insertions(+), 262 deletions(-)