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, 5 Mar 2021 19:35:41 -0400
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 special here, though Bob's regression fixes for rxe would have
made it before the rc cycle had there not been such strong winter
weather!

Thanks,
Jason

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

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 545c4ab463c2224557e56b2609f88ed5be265405:

  RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() (2021-03-05 14:15:22 -0400)

----------------------------------------------------------------
RDMA 5.12 first rc pull request

- Fix corner cases in the rxe reference counting cleanup that are causing
  regressions in blktests for SRP

- Two kdoc fixes so W=1 is clean

- Missing error return in error unwind for mlx5

- Wrong lock type nesting in IB CM

----------------------------------------------------------------
Bob Pearson (3):
      RDMA/rxe: Fix missed IB reference counting in loopback
      RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
      RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()

Julian Braha (1):
      RDMA/rxe: Fix missing kconfig dependency on CRYPTO

Leon Romanovsky (2):
      RDMA/mlx5: Set correct kernel-doc identifier
      RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc

Saeed Mahameed (1):
      RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep

YueHaibing (1):
      IB/mlx5: Add missing error code

 drivers/infiniband/core/cm.c           |  5 +--
 drivers/infiniband/core/uverbs_ioctl.c |  2 +-
 drivers/infiniband/hw/mlx5/devx.c      |  4 ++-
 drivers/infiniband/hw/mlx5/odp.c       |  2 +-
 drivers/infiniband/sw/rxe/Kconfig      |  1 +
 drivers/infiniband/sw/rxe/rxe_comp.c   | 55 +++++++++++++------------------
 drivers/infiniband/sw/rxe/rxe_net.c    | 10 +++++-
 drivers/infiniband/sw/rxe/rxe_recv.c   | 59 ++++++++++++++++++++--------------
 8 files changed, 76 insertions(+), 62 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