[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251104143118.GA1641561@nvidia.com>
Date: Tue, 4 Nov 2025 10:31:18 -0400
From: Jason Gunthorpe <jgg@...dia.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
Leon Romanovsky <leonro@...dia.com>
Subject: [GIT PULL] Please pull RDMA subsystem changes
Hi Linus,
Few small bug fixes for the rc, nothing particularly major.
Thanks,
Jason
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -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 b8126205dbe01e22b0d10c8be132bb53bf3399c1:
MAINTAINERS: Update irdma maintainers (2025-11-02 06:50:35 -0500)
----------------------------------------------------------------
RDMA v6.18 first rc pull request
Following fixes:
- Memory leak in bnxt GSI qp path
- Failure in irdma registering large MRs
- Failure to clean out the right CQ table entry in irdma
- Invalid vf_id in some cases
- Incorrect error unwind in EFA CQ create
- hns doesn't use the optimal cq/qp relationships for it's HW banks
- hns reports the wrong SGE size to userspace for its QPs
- Corruption of the hns work queue entries in some cases
----------------------------------------------------------------
Chengchang Tang (1):
RDMA/hns: Fix recv CQ and QP cache affinity
Guofeng Yue (1):
RDMA/hns: Remove an extra blank line
Jacob Moroni (2):
RDMA/irdma: Fix SD index calculation
RDMA/irdma: Set irdma_cq cq_num field during CQ create
Jay Bhat (1):
RDMA/irdma: Fix vf_id size to u16 to avoid overflow
Junxian Huang (1):
RDMA/hns: Fix wrong WQE data when QP wraps around
Krzysztof Czurylo (1):
MAINTAINERS: Update irdma maintainers
Shuhao Fu (1):
RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATE
YanLong Dai (1):
RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp
wenglianfa (1):
RDMA/hns: Fix the modification of max_send_sge
MAINTAINERS | 1 +
drivers/infiniband/core/uverbs_std_types_cq.c | 1 +
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 11 ++---
drivers/infiniband/hw/efa/efa_verbs.c | 16 ++++----
drivers/infiniband/hw/hns/hns_roce_cq.c | 58 +++++++++++++++++++++++++--
drivers/infiniband/hw/hns/hns_roce_device.h | 4 ++
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 12 ++++--
drivers/infiniband/hw/hns/hns_roce_main.c | 4 ++
drivers/infiniband/hw/hns/hns_roce_qp.c | 2 -
drivers/infiniband/hw/irdma/pble.c | 2 +-
drivers/infiniband/hw/irdma/type.h | 2 +-
drivers/infiniband/hw/irdma/verbs.c | 1 +
drivers/infiniband/hw/irdma/verbs.h | 2 +-
13 files changed, 87 insertions(+), 29 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists