Hi Linus, Small rc1 update, there is a new regression in rxe that is still being looked into. Leon has agreed to help with the maintenance work. He will send you some pull requests from time to time to ensure everything is setup well. Thanks, Jason The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -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 2bbac98d0930e8161b1957dc0ec99de39ade1b3c: RDMA/hfi1: Fix use-after-free bug for mm struct (2022-04-08 15:40:06 -0300) ---------------------------------------------------------------- v5.18 first rc pull request Several bug fixes for old bugs: - Welcome Leon as co-maintainer for RDMA so we are back to having two people - Some corner cases are fixed in mlx5's MR code - Long standing CM bug where a DREQ at the wrong time can result in a long timeout - Missing locking and refcounting in hf1 ---------------------------------------------------------------- Aharon Landau (2): RDMA/mlx5: Don't remove cache MRs when a delay is needed RDMA/mlx5: Add a missing update of cache->last_add Dennis Dalessandro (1): MAINTAINERS: Update qib and hfi1 related drivers Douglas Miller (1): RDMA/hfi1: Fix use-after-free bug for mm struct Jason Gunthorpe (1): MAINTAINERS: Add Leon Romanovsky to RDMA maintainers Mark Zhang (1): IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD Niels Dossche (1): IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition MAINTAINERS | 5 +---- drivers/infiniband/core/cm.c | 3 +-- drivers/infiniband/hw/hfi1/mmu_rb.c | 6 ++++++ drivers/infiniband/hw/mlx5/mr.c | 5 ++++- drivers/infiniband/sw/rdmavt/qp.c | 6 +++++- 5 files changed, 17 insertions(+), 8 deletions(-)