Hi Linus, Nothing exciting here, just the usual trickle of bug fixes. Thanks, Jason The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) 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 463a3f66473b58d71428a1c3ce69ea52c05440e5: RDMA/uverbs: Fix a NULL vs IS_ERR() bug (2021-05-19 15:32:07 -0300) ---------------------------------------------------------------- RDMA first v5.13 rc Pull Request A mixture of small bug fixes, most for longer standing problems: - NULL pointer crash in siw - Various error unwind bugs in siw, rxe, cm - User triggerable errors in uverbs - Minor bugs in mlx5 and rxe drivers ---------------------------------------------------------------- Dan Carpenter (1): RDMA/uverbs: Fix a NULL vs IS_ERR() bug Leon Romanovsky (5): RDMA/siw: Properly check send and receive CQ pointers RDMA/siw: Release xarray entry RDMA/core: Prevent divide-by-zero error triggered by the user RDMA/rxe: Clear all QP fields if creation failed RDMA/rxe: Return CQE error if invalid lkey was supplied Maor Gottlieb (3): RDMA/mlx5: Verify that DM operation is reasonable RDMA/mlx5: Recover from fatal event in dual port mode RDMA/mlx5: Fix query DCT via DEVX Shay Drory (1): RDMA/core: Don't access cm_id after its destruction drivers/infiniband/core/cma.c | 5 +++-- drivers/infiniband/core/uverbs_std_types_device.c | 7 +++++-- drivers/infiniband/hw/mlx5/devx.c | 6 ++---- drivers/infiniband/hw/mlx5/dm.c | 3 +++ drivers/infiniband/hw/mlx5/main.c | 1 + drivers/infiniband/sw/rxe/rxe_comp.c | 16 ++++++++++------ drivers/infiniband/sw/rxe/rxe_qp.c | 7 +++++++ drivers/infiniband/sw/siw/siw_verbs.c | 11 ++++------- 8 files changed, 35 insertions(+), 21 deletions(-)