Hi Linus, Small set of rc fixes The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -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 7a47e077e503feb73d56e491ce89aa73b67a3972: RDMA/qedr: clean up work queue on failure in qedr_alloc_resources() (2022-10-28 12:59:40 -0300) ---------------------------------------------------------------- v6.1 first rc pull request Fix a few more of the usual sorts of bugs: - Another regression with source route validation in CMA, introduced this merge window - Crash in hfi1 due to faulty list operations - PCI ID updates for EFA - Disable LOCAL_INV in hns because it causes a HW hang - Crash in hns due to missing initialization - Memory leak in rxe - Missing error unwind during ib_core module loading - Missing error handling in qedr around work queue creation during startup ---------------------------------------------------------------- Chen Zhongjin (1): RDMA/core: Fix null-ptr-deref in ib_core_cleanup() Dan Carpenter (1): RDMA/qedr: clean up work queue on failure in qedr_alloc_resources() Dean Luick (1): IB/hfi1: Correctly move list in sc_disable() HÃ¥kon Bugge (1): RDMA/cma: Use output interface for net_dev check Li Zhijian (1): RDMA/rxe: Fix mr leak in RESPST_ERR_RNR Michael Margolin (1): RDMA/efa: Add EFA 0xefa2 PCI ID Yangyang Li (1): RDMA/hns: Disable local invalidate operation Yixing Liu (1): RDMA/hns: Fix NULL pointer problem in free_mr_init() drivers/infiniband/core/cma.c | 2 +- drivers/infiniband/core/device.c | 10 +++++++++- drivers/infiniband/core/nldev.c | 2 +- drivers/infiniband/hw/efa/efa_main.c | 4 +++- drivers/infiniband/hw/hfi1/pio.c | 3 +-- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 15 ++++----------- drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 2 -- drivers/infiniband/hw/qedr/main.c | 9 ++++++++- drivers/infiniband/sw/rxe/rxe_resp.c | 4 +++- 9 files changed, 30 insertions(+), 21 deletions(-)