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:   Wed, 8 Sep 2021 20:40:32 -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,

I don't usually send a second PR in the merge window, but the fix to
mlx5 is significant enough that it should start going through the
process ASAP. Along with it comes some of the usual -rc stuff that
would normally wait for a -rc2 or so.

Thanks,
Jason

The following changes since commit 6a217437f9f5482a3f6f2dc5fcd27cf0f62409ac:

  Merge branch 'sg_nents' into rdma.git for-next (2021-08-30 09:49:59 -0300)

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 2169b908894df2ce83e7eb4a399d3224b2635126:

  IB/hfi1: make hist static (2021-09-08 08:33:04 -0300)

----------------------------------------------------------------
RDMA v5.15 merge window 2nd Pull Request

An important error case regression fixes in mlx5:

- Wrong size used when computing the error path smaller allocation request
  leads to corruption

- Confusing but ultimately harmless alignment mis-calculation

- Static checker warnings:
    Null pointer subtraction in qib
    kcalloc in bnxt_re
    Missing static on global variable in hfi1

----------------------------------------------------------------
Jason Gunthorpe (1):
      IB/qib: Fix null pointer subtraction compiler warning

Len Baker (1):
      RDMA/bnxt_re: Prefer kcalloc over open coded arithmetic

Niklas Schnelle (2):
      RDMA/mlx5: Fix number of allocated XLT entries
      RDMA/mlx5: Fix xlt_chunk_align calculation

chongjiapeng (1):
      IB/hfi1: make hist static

 drivers/infiniband/hw/bnxt_re/ib_verbs.c | 4 ++--
 drivers/infiniband/hw/hfi1/trace.c       | 2 +-
 drivers/infiniband/hw/mlx5/mr.c          | 4 ++--
 drivers/infiniband/hw/qib/qib_sysfs.c    | 4 +++-
 4 files changed, 8 insertions(+), 6 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