lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250821232412.GA1361976@nvidia.com>
Date: Thu, 21 Aug 2025 20:24:12 -0300
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,

Minor rc fixes for this cycle.

Thanks,
Jason

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

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 fa2e2d31ee3b7212079323b4b09201ef68af3a97:

  RDMA/hns: Fix dip entries leak on devices newer than hip09 (2025-08-13 07:22:18 -0400)

----------------------------------------------------------------
RDMA v6.17 first rc pull request

- Syzkaller found WARN_ON in rxe due to poor lifecycle management of
  resources linked to skbs

- Missing error path handling in erdma qp creation

- Initialize the qp number for the GSI QP in erdma

- Mismatching of DIP, SCC and QP numbers in hns

- SRQ bug fixes in bnxt_re

- Memory leak and possibly uninited memory in bnxt_re

- Remove retired irdma maintainer

- Fix kfree() for kvalloc() in ODP

- Fix memory leak in hns

----------------------------------------------------------------
Akhilesh Patil (1):
      RDMA/core: Free pfn_list with appropriate kvfree call

Anantha Prabhu (1):
      RDMA/bnxt_re: Fix to initialize the PBL array

Boshi Yu (2):
      RDMA/erdma: Fix ignored return value of init_kernel_qp
      RDMA/erdma: Fix unset QPN of GSI QP

Dave Hansen (1):
      MAINTAINERS: Remove bouncing irdma maintainer

Junxian Huang (1):
      RDMA/hns: Fix dip entries leak on devices newer than hip09

Kalesh AP (1):
      RDMA/bnxt_re: Fix a possible memory leak in the driver

Kashyap Desai (2):
      RDMA/bnxt_re: Fix to do SRQ armena by default
      RDMA/bnxt_re: Fix to remove workload check in SRQ limit path

Zhu Yanjun (1):
      RDMA/rxe: Flush delayed SKBs while releasing RXE resources

wenglianfa (1):
      RDMA/hns: Fix querying wrong SCC context for DIP algorithm

 MAINTAINERS                                   |  1 -
 drivers/infiniband/core/umem_odp.c            |  4 ++--
 drivers/infiniband/hw/bnxt_re/ib_verbs.c      |  8 ++-----
 drivers/infiniband/hw/bnxt_re/main.c          | 23 ++++++++++++++++++++
 drivers/infiniband/hw/bnxt_re/qplib_fp.c      | 30 +--------------------------
 drivers/infiniband/hw/bnxt_re/qplib_fp.h      |  2 --
 drivers/infiniband/hw/bnxt_re/qplib_res.c     |  2 ++
 drivers/infiniband/hw/erdma/erdma_verbs.c     |  6 +++++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c    |  6 +++---
 drivers/infiniband/hw/hns/hns_roce_restrack.c |  9 +++++++-
 drivers/infiniband/sw/rxe/rxe_net.c           | 29 +++++++-------------------
 drivers/infiniband/sw/rxe/rxe_qp.c            |  2 +-
 12 files changed, 55 insertions(+), 67 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ