mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20211027124955.GA602533@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 Oct. 27, 2021, 12:49 p.m. UTC
Hi Linus,

Nothing very exciting here, it has been a quiet cycle overall.

Thanks,
Jason

The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -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 64733956ebba7cc629856f4a6ee35a52bc9c023f:

  RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string (2021-10-25 11:51:51 -0300)

----------------------------------------------------------------
RDMA v5.15 second rc pull request

Usual collection of small bug fixes:

- irdma issues with CQ entries, VLAN completions and a mutex deadlock

- Incorrect DCT packets in mlx5

- Userspace triggered overflows in qib

- Locking error in hfi

- Typo in errno value in qib/hfi1

- Double free in qedr

- Leak of random kernel memory to userspace with a netlink callback

----------------------------------------------------------------
Aharon Landau (1):
      RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR

Dan Carpenter (1):
      RDMA/rdmavt: Fix error code in rvt_create_qp()

Mark Zhang (1):
      RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string

Mike Marciniszyn (2):
      IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields
      IB/hfi1: Fix abba locking issue with sc_disable()

Mustafa Ismail (2):
      RDMA/irdma: Set VLAN in UD work completion correctly
      RDMA/irdma: Do not hold qos mutex twice on QP resume

Patrisious Haddad (1):
      RDMA/mlx5: Set user priority for DCT

Prabhakar Kushwaha (1):
      rdma/qedr: Fix crash due to redundant release of device's qp memory

Shiraz Saleem (1):
      RDMA/irdma: Process extended CQ entries correctly

 drivers/infiniband/core/sa_query.c        |  5 +++--
 drivers/infiniband/hw/hfi1/pio.c          |  9 ++++++---
 drivers/infiniband/hw/irdma/uk.c          |  4 ++--
 drivers/infiniband/hw/irdma/verbs.c       |  8 ++++++--
 drivers/infiniband/hw/irdma/ws.c          | 13 ++++++------
 drivers/infiniband/hw/mlx5/mr.c           |  2 +-
 drivers/infiniband/hw/mlx5/qp.c           |  2 ++
 drivers/infiniband/hw/qedr/qedr.h         |  1 +
 drivers/infiniband/hw/qedr/qedr_iw_cm.c   |  2 +-
 drivers/infiniband/hw/qedr/verbs.c        |  5 ++++-
 drivers/infiniband/hw/qib/qib_user_sdma.c | 33 +++++++++++++++++++++----------
 drivers/infiniband/sw/rdmavt/qp.c         |  2 +-
 12 files changed, 57 insertions(+), 29 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 27, 2021, 5:44 p.m. UTC | #1
The pull request you sent on Wed, 27 Oct 2021 09:49:55 -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/ab2aa486f48c79b0c9df77e3827922d29c60df0c

Thank you!