Hi Linus, We had a fairly slow cycle on the rc side this time, here are the accumulated fixes, mostly in drivers. Thanks, Jasn The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36: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 aca3b0fa3d04b40c96934d86cc224cccfa7ea8e0: RDMA/core: Fix GID entry ref leak when create_ah fails (2023-04-13 12:17:32 -0300) ---------------------------------------------------------------- v6.3 rc RDMA pull request Driver bug fixes: - irdma should not generate extra completions during flushing - Fix several memory leaks - Do not get confused in irdma's iwarp mode if IPv6 is present - Correct a link speed calculation in mlx5 - Increase the EQ/WQ limits on erdma as they are too small for big applications - Use the right math for erdma's inline mtt feature - Make erdma probing more robust to boot time ordering differences - Fix a KMSAN crash in CMA due to uninitialized qkey ---------------------------------------------------------------- Cheng Xu (4): RDMA/erdma: Fix some typos RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192 RDMA/erdma: Inline mtt entries into WQE if supported RDMA/erdma: Defer probing if netdevice can not be found Maher Sanalla (1): IB/mlx5: Add support for 400G_8X lane speed Mark Zhang (1): RDMA/cma: Allow UD qp_type to join multicast only Mustafa Ismail (3): RDMA/irdma: Do not generate SW completions for NOPs RDMA/irdma: Fix memory leak of PBLE objects RDMA/irdma: Increase iWARP CM default rexmit count Saravanan Vajravel (1): RDMA/core: Fix GID entry ref leak when create_ah fails Tatyana Nikolova (1): RDMA/irdma: Add ipv4 check to irdma_find_listener() drivers/infiniband/core/cma.c | 60 +++++++++++++++++-------------- drivers/infiniband/core/verbs.c | 2 ++ drivers/infiniband/hw/erdma/erdma_cq.c | 2 +- drivers/infiniband/hw/erdma/erdma_hw.h | 4 +-- drivers/infiniband/hw/erdma/erdma_main.c | 2 +- drivers/infiniband/hw/erdma/erdma_qp.c | 4 +-- drivers/infiniband/hw/erdma/erdma_verbs.h | 2 +- drivers/infiniband/hw/irdma/cm.c | 16 +++++---- drivers/infiniband/hw/irdma/cm.h | 2 +- drivers/infiniband/hw/irdma/hw.c | 3 ++ drivers/infiniband/hw/irdma/utils.c | 5 ++- drivers/infiniband/hw/mlx5/main.c | 4 +++ 12 files changed, 65 insertions(+), 41 deletions(-)