Hi Linus, Usual collection of small driver bug fixes. Thanks, Jason The following changes since commit 0f097f08c9b3c1fdb6cc9f2dd423abc17d13f1a2: lib/scatterlist: Fix to calculate the last_pg properly (2023-01-16 12:08:31 -0400) 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 2de49fb1c9bb8bfe283070fef2e9304d9842a30c: RDMA/rtrs: Don't call kobject_del for srv_path->kobj (2023-02-07 11:21:32 +0200) ---------------------------------------------------------------- v6.2 third rc pull request - Fix error unwind bugs in hfi1, irdma rtrs - Old bug with IPoIB children interfaces possibly using the wrong number of queues - Really old bug in usnic calling iommu_map in an atomic context - Recent regression from the DMABUF locking rework - Missing user data validation in MANA ---------------------------------------------------------------- Dan Carpenter (1): RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw() Dean Luick (2): IB/hfi1: Restore allocated resources on failed copyout IB/hfi1: Assign npages earlier Dragos Tatulea (1): IB/IPoIB: Fix legacy IPoIB due to wrong number of queues Li Zhijian (1): RDMA/rtrs: Don't call kobject_del for srv_path->kobj Maor Gottlieb (1): RDMA/umem: Use dma-buf locked API to solve deadlock Nikita Zhandarovich (1): RDMA/irdma: Fix potential NULL-ptr-dereference Yang Yingliang (1): RDMA/usnic: use iommu_map_atomic() under spin_lock() drivers/infiniband/core/umem_dmabuf.c | 8 ++++---- drivers/infiniband/hw/hfi1/file_ops.c | 7 +++++-- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 9 ++------- drivers/infiniband/hw/irdma/cm.c | 3 +++ drivers/infiniband/hw/mana/qp.c | 2 +- drivers/infiniband/hw/usnic/usnic_uiom.c | 8 ++++---- drivers/infiniband/ulp/ipoib/ipoib_main.c | 8 ++++++++ drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c | 3 +-- 8 files changed, 28 insertions(+), 20 deletions(-)