Hi Linus, Second rc pull request Still expecting some more bug fixes for new stuff merged in 5.0, but at this rate that stuff is looking likely to go into 5.1. The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd: Linux 5.0-rc3 (2019-01-21 13:14:44 +1300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus for you to fetch changes up to 7b21b69ab203136fdc153c7707fa6c409e523c2e: IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate (2019-01-29 13:57:22 -0700) ---------------------------------------------------------------- Second 5.0 rc pull request Still not much going on, the usual set of OOP's and driver updates this time. - Fix two uapi breakage regressions in mlx5 drivers - Various oops fixes in hfi1, mlx4, umem, uverbs, and ipoib - A protocol bug fix for hfi1 preventing it from implementing the verbs API properly, and a compatability fix for EXEC STACK user programs - Fix missed refcounting in the 'advise_mr' patches merged this cycle. - Fix wrong use of the uABI in the hns SRQ patches merged this cycle. ---------------------------------------------------------------- Artemy Kovalyov (1): RDMA/umem: Add missing initialization of owning_mm Brian Welty (1): IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM Feras Daoud (1): IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start Jack Morgenstein (1): IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOV Jason Gunthorpe (2): RDMA/device: Expose ib_device_try_get(() IB/mlx5: Fix how advise_mr() launches async work Lijun Ou (1): RDMA/hns: Update the kernel header file of hns Mark Bloch (2): RDMA/mlx5: Fix check for supported user flags when creating a QP RDMA/mlx5: Fix flow creation on representors Michael J. Ruhl (1): IB/hfi1: Remove overly conservative VM_EXEC flag check Mike Marciniszyn (1): IB/hfi1: Add limit test for RC/UC send via loopback Yishai Hadas (3): IB/uverbs: Fix OOPs upon device disassociation IB/uverbs: Fix ioctl query port to consider device disassociation IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate drivers/infiniband/core/core_priv.h | 1 - drivers/infiniband/core/device.c | 13 +++++++++--- drivers/infiniband/core/umem_odp.c | 3 +++ drivers/infiniband/core/uverbs_main.c | 25 +++++++++++++++-------- drivers/infiniband/core/uverbs_std_types_device.c | 8 +++++++- drivers/infiniband/hw/hfi1/file_ops.c | 2 +- drivers/infiniband/hw/hfi1/ud.c | 1 - drivers/infiniband/hw/hns/hns_roce_srq.c | 10 +++++++-- drivers/infiniband/hw/mlx4/mad.c | 6 +++--- drivers/infiniband/hw/mlx5/flow.c | 3 +-- drivers/infiniband/hw/mlx5/odp.c | 10 ++++----- drivers/infiniband/hw/mlx5/qp.c | 16 ++++++++------- drivers/infiniband/hw/qib/qib_ud.c | 1 - drivers/infiniband/sw/rdmavt/qp.c | 7 ++++++- drivers/infiniband/ulp/ipoib/ipoib.h | 1 - drivers/infiniband/ulp/ipoib/ipoib_cm.c | 3 +-- include/rdma/ib_verbs.h | 24 ++++++++++++++++++++-- include/uapi/rdma/hns-abi.h | 5 +++++ 18 files changed, 97 insertions(+), 42 deletions(-)