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: <20250515191213.GA612809@nvidia.com>
Date: Thu, 15 May 2025 16:12:13 -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,

Last few fixes for RC that have been pending.

Thanks,
Jason

The following changes since commit 834a4a689699090a406d1662b03affa8b155d025:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2025-04-14 10:24:04 -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 d0706bfd3ee40923c001c6827b786a309e2a8713:

  RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (2025-05-06 14:36:57 -0300)

----------------------------------------------------------------
RDMA v6.15 second rc pull request

Four small fixes for crashes:

- Double free in rxe

- UAF in irdma from early freeing the rf

- Off by one undoing the IRQ allocations during error unwind in irdma

- Another race with device rename and uevent generation. uevents access
  the struct device name and UAF when it is changed.

----------------------------------------------------------------
Dan Carpenter (1):
      ice, irdma: fix an off by one in error handling code

Michal Swiatkowski (1):
      irdma: free iwdev->rf after removing MSI-X

Zhu Yanjun (2):
      RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug
      RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem

 drivers/infiniband/core/device.c    | 6 ++++--
 drivers/infiniband/hw/irdma/main.c  | 4 +++-
 drivers/infiniband/hw/irdma/verbs.c | 1 -
 drivers/infiniband/sw/rxe/rxe_cq.c  | 5 +----
 4 files changed, 8 insertions(+), 8 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