Hi Linus, A few rc fixes that were accumulated over the merge window period Thanks, Jason The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) 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 f3136c4ce7acf64bee43135971ca52a880572e32: RDMA/mlx4: Don't continue event handler after memory allocation failure (2022-02-01 10:12:26 -0400) ---------------------------------------------------------------- First v5.17 rc request Some medium sized bugs in the various drivers. A couple are more recent regressions: - Fix two panics in hfi1 and two allocation problems - Send the IGMP to the correct address in cma - Squash a syzkaller bug related to races reading the multicast list - Memory leak in siw and cm - Fix a corner case spec compliance for HFI/QIB - Correct the implementation of fences in siw - Error unwind bug in mlx4 ---------------------------------------------------------------- Bernard Metzler (1): RDMA/siw: Fix broken RDMA Read Fence/Resume logic. Dan Carpenter (1): RDMA/siw: Fix refcounting leak in siw_create_qp() Leon Romanovsky (2): RDMA/ucma: Protect mc during concurrent multicast leaves RDMA/mlx4: Don't continue event handler after memory allocation failure Maor Gottlieb (1): RDMA/cma: Use correct address when leaving multicast group Mark Zhang (1): IB/cm: Release previously acquired reference counter in the cm_id_priv Mike Marciniszyn (5): IB/hfi1: Fix panic with larger ipoib send_queue_size IB/hfi1: Fix alloc failure with larger txqueuelen IB/hfi1: Fix AIP early init panic IB/hfi1: Fix tstats alloc and dealloc IB/rdmavt: Validate remote_addr during loopback atomic tests drivers/infiniband/core/cm.c | 2 +- drivers/infiniband/core/cma.c | 22 ++++++++++--------- drivers/infiniband/core/ucma.c | 34 +++++++++++++++++++---------- drivers/infiniband/hw/hfi1/ipoib.h | 2 +- drivers/infiniband/hw/hfi1/ipoib_main.c | 27 ++++++++++++----------- drivers/infiniband/hw/hfi1/ipoib_tx.c | 38 ++++++++++++++++++++++----------- drivers/infiniband/hw/mlx4/main.c | 2 +- drivers/infiniband/sw/rdmavt/qp.c | 2 ++ drivers/infiniband/sw/siw/siw.h | 7 +----- drivers/infiniband/sw/siw/siw_qp_rx.c | 20 +++++++++-------- drivers/infiniband/sw/siw/siw_verbs.c | 3 ++- 11 files changed, 95 insertions(+), 64 deletions(-)