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]
Date:   Fri, 28 Jul 2023 15:52:57 -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,

Small rc pull request with the usual set of driver bug fixes

Thanks,
Jason

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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 ae463563b7a1b7d4a3d0b065b09d37a76b693937:

  RDMA/irdma: Report correct WC error (2023-07-26 14:58:42 +0300)

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

Several smaller driver fixes and a core RDMA CM regression fix:

- Fix improperly accepting flags from userspace in mlx4

- Add missing DMA barriers for irdma

- Fix two kcsan warnings in irdma

- Report the correct CQ op code to userspace in irdma

- Report the correct MW bind error code for irdma

- Load the destination address in RDMA CM to resolve a recent regression

- Fix a QP regression in mthca

- Remove a race processing completions in bnxt_re resulting in a crash

- Fix driver unloading races with interrupts and tasklets in bnxt_re

- Fix missing error unwind in rxe

----------------------------------------------------------------
Christophe JAILLET (1):
      RDMA/rxe: Fix an error handling path in rxe_bind_mw()

Dan Carpenter (1):
      RDMA/mlx4: Make check for invalid flags stricter

Kashyap Desai (1):
      RDMA/bnxt_re: Prevent handling any completions after qp destroy

Selvin Xavier (1):
      RDMA/bnxt_re: Fix hang during driver unload

Shiraz Saleem (4):
      RDMA/irdma: Add missing read barriers
      RDMA/irdma: Fix data race on CQP completion stats
      RDMA/irdma: Fix data race on CQP request done
      RDMA/core: Update CMA destination address on rdma_resolve_addr

Sindhu Devale (2):
      RDMA/irdma: Fix op_type reporting in CQEs
      RDMA/irdma: Report correct WC error

Thomas Bogendoerfer (1):
      RDMA/mthca: Fix crash when polling CQ for shared QPs

 drivers/infiniband/core/cma.c              |  2 ++
 drivers/infiniband/hw/bnxt_re/ib_verbs.c   | 12 ++++++++
 drivers/infiniband/hw/bnxt_re/qplib_fp.c   | 28 ++++++++++++++----
 drivers/infiniband/hw/bnxt_re/qplib_fp.h   |  1 +
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c |  9 +++---
 drivers/infiniband/hw/irdma/ctrl.c         | 31 ++++++++++++--------
 drivers/infiniband/hw/irdma/defs.h         | 46 ++++++++++++++----------------
 drivers/infiniband/hw/irdma/hw.c           |  3 +-
 drivers/infiniband/hw/irdma/main.h         |  2 +-
 drivers/infiniband/hw/irdma/puda.c         |  6 ++++
 drivers/infiniband/hw/irdma/type.h         |  2 ++
 drivers/infiniband/hw/irdma/uk.c           |  5 +++-
 drivers/infiniband/hw/irdma/utils.c        |  8 +++---
 drivers/infiniband/hw/mlx4/qp.c            | 18 ++++++------
 drivers/infiniband/hw/mthca/mthca_qp.c     |  2 +-
 drivers/infiniband/sw/rxe/rxe_mw.c         |  3 +-
 16 files changed, 114 insertions(+), 64 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