mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20210908234032.GA3545321@nvidia.com (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] Please pull RDMA subsystem changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

Message

Jason Gunthorpe Sept. 8, 2021, 11:40 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 9, 2021, 6:54 p.m. UTC | #1
The pull request you sent on Wed, 8 Sep 2021 20:40:32 -0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b105f4a256ae629522a7ed1611aba28fd282bd5

Thank you!