Hi Linus, 6 patches for the rc release Thanks, Jason The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -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 b16de8b9e7d1aae169d059c3a0dd9a881a3c0d1d: RDMA: Handle the return code from dma_resv_wait_timeout() properly (2022-08-16 17:13:23 +0300) ---------------------------------------------------------------- v6.0 first rc pull request A few minor fixes: - Fix buffer management in SRP to correct a regression with the login authentication feature from v5.17 - Don't iterate over non-present ports in mlx5 - Fix an error introduced by the foritify work in cxgb4 - Two bug fixes for the recently merged ERDMA driver - Unbreak RDMA dmabuf support, a regresion from v5.19 ---------------------------------------------------------------- Cheng Xu (2): RDMA/erdma: Using the key in FMR WR instead of MR structure RDMA/erdma: Correct the max_qp and max_cq capacities of the device Jason Gunthorpe (1): RDMA: Handle the return code from dma_resv_wait_timeout() properly Mark Bloch (1): RDMA/mlx5: Use the proper number of ports Potnuri Bharat Teja (1): RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl size Sergey Gorenko (1): IB/iser: Fix login with authentication drivers/infiniband/core/umem_dmabuf.c | 8 ++++++- drivers/infiniband/hw/cxgb4/cm.c | 25 ++++++++------------ drivers/infiniband/hw/erdma/erdma_qp.c | 2 +- drivers/infiniband/hw/erdma/erdma_verbs.c | 4 ++-- drivers/infiniband/hw/mlx5/main.c | 34 +++++++++++++--------------- drivers/infiniband/ulp/iser/iser_initiator.c | 7 +++++- drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 2 +- 7 files changed, 42 insertions(+), 40 deletions(-)