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, 6 May 2022 13:01:51 -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 update, still some rxe bugs that need fixing, but that is normal
for rxe.

Also, I replaced my Yubikey with a newer one that can do the smaller
edwards curves and so have a generated a new pgp subkey. I signed the
tag with the new key and this message with the old. It should be on
the keyservers now, but if you have trouble it is in the kernel.org
repo:

https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/A5F46BDD553C74FA.asc

Thanks,
Jason

The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

  Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

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

  RDMA/rxe: Change mcg_lock to a _bh lock (2022-05-04 21:29:25 -0300)

----------------------------------------------------------------
v5.18 second rc pull request

A few recent regressions in rxe's multicast code, and some old driver
bugs:

- Error case unwind bug in rxe for rkeys

- Dot not call netdev functions under a spinlock in rxe multicast code

- Use the proper BH lock type in rxe multicast code

- Fix idrma deadlock and crash

- Add a missing flush to drain irdma QPs when in error

- Fix high userspace latency in irdma during destroy due to
  synchronize_rcu()

- Rare race in siw MPA processing

----------------------------------------------------------------
Bob Pearson (4):
      RDMA/rxe: Fix "Replace mr by rkey in responder resources"
      RDMA/rxe: Recheck the MR in when generating a READ reply
      RDMA/rxe: Do not call  dev_mc_add/del() under a spinlock
      RDMA/rxe: Change mcg_lock to a _bh lock

Cheng Xu (1):
      RDMA/siw: Fix a condition race issue in MPA request processing

Duoming Zhou (1):
      RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()

Mustafa Ismail (1):
      RDMA/irdma: Fix possible crash due to NULL netdev in notifier

Shiraz Saleem (1):
      RDMA/irdma: Reduce iWARP QP destroy time

Tatyana Nikolova (1):
      RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state

 drivers/infiniband/hw/irdma/cm.c      | 33 ++++--------
 drivers/infiniband/hw/irdma/utils.c   | 21 ++++----
 drivers/infiniband/hw/irdma/verbs.c   |  4 +-
 drivers/infiniband/sw/rxe/rxe_mcast.c | 95 ++++++++++++++++-------------------
 drivers/infiniband/sw/rxe/rxe_resp.c  | 35 +++++++++----
 drivers/infiniband/sw/siw/siw_cm.c    |  7 +--
 6 files changed, 92 insertions(+), 103 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ