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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210520143724.GA2715302@nvidia.com>
Date:   Thu, 20 May 2021 11:37:24 -0300
From:   Jason Gunthorpe <jgg@...dia.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Doug Ledford <dledford@...hat.com>
Cc:     linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Please pull RDMA subsystem changes

Hi Linus,

Nothing exciting here, just the usual trickle of bug fixes.

Thanks,
Jason

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -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 463a3f66473b58d71428a1c3ce69ea52c05440e5:

  RDMA/uverbs: Fix a NULL vs IS_ERR() bug (2021-05-19 15:32:07 -0300)

----------------------------------------------------------------
RDMA first v5.13 rc Pull Request

A mixture of small bug fixes, most for longer standing problems:

- NULL pointer crash in siw

- Various error unwind bugs in siw, rxe, cm

- User triggerable errors in uverbs

- Minor bugs in mlx5 and rxe drivers

----------------------------------------------------------------
Dan Carpenter (1):
      RDMA/uverbs: Fix a NULL vs IS_ERR() bug

Leon Romanovsky (5):
      RDMA/siw: Properly check send and receive CQ pointers
      RDMA/siw: Release xarray entry
      RDMA/core: Prevent divide-by-zero error triggered by the user
      RDMA/rxe: Clear all QP fields if creation failed
      RDMA/rxe: Return CQE error if invalid lkey was supplied

Maor Gottlieb (3):
      RDMA/mlx5: Verify that DM operation is reasonable
      RDMA/mlx5: Recover from fatal event in dual port mode
      RDMA/mlx5: Fix query DCT via DEVX

Shay Drory (1):
      RDMA/core: Don't access cm_id after its destruction

 drivers/infiniband/core/cma.c                     |  5 +++--
 drivers/infiniband/core/uverbs_std_types_device.c |  7 +++++--
 drivers/infiniband/hw/mlx5/devx.c                 |  6 ++----
 drivers/infiniband/hw/mlx5/dm.c                   |  3 +++
 drivers/infiniband/hw/mlx5/main.c                 |  1 +
 drivers/infiniband/sw/rxe/rxe_comp.c              | 16 ++++++++++------
 drivers/infiniband/sw/rxe/rxe_qp.c                |  7 +++++++
 drivers/infiniband/sw/siw/siw_verbs.c             | 11 ++++-------
 8 files changed, 35 insertions(+), 21 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