mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20220204235922.GA2979630@nvidia.com (mailing list archive)
State Superseded
Commit 0457e5153e0e8420134f60921349099e907264ca
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 Feb. 4, 2022, 11:59 p.m. UTC
Hi Linus,

A few rc fixes that were accumulated over the merge window period

Thanks,
Jason

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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 f3136c4ce7acf64bee43135971ca52a880572e32:

  RDMA/mlx4: Don't continue event handler after memory allocation failure (2022-02-01 10:12:26 -0400)

----------------------------------------------------------------
First v5.17 rc request

Some medium sized bugs in the various drivers. A couple are more recent
regressions:

- Fix two panics in hfi1 and two allocation problems

- Send the IGMP to the correct address in cma

- Squash a syzkaller bug related to races reading the multicast list

- Memory leak in siw and cm

- Fix a corner case spec compliance for HFI/QIB

- Correct the implementation of fences in siw

- Error unwind bug in mlx4

----------------------------------------------------------------
Bernard Metzler (1):
      RDMA/siw: Fix broken RDMA Read Fence/Resume logic.

Dan Carpenter (1):
      RDMA/siw: Fix refcounting leak in siw_create_qp()

Leon Romanovsky (2):
      RDMA/ucma: Protect mc during concurrent multicast leaves
      RDMA/mlx4: Don't continue event handler after memory allocation failure

Maor Gottlieb (1):
      RDMA/cma: Use correct address when leaving multicast group

Mark Zhang (1):
      IB/cm: Release previously acquired reference counter in the cm_id_priv

Mike Marciniszyn (5):
      IB/hfi1: Fix panic with larger ipoib send_queue_size
      IB/hfi1: Fix alloc failure with larger txqueuelen
      IB/hfi1: Fix AIP early init panic
      IB/hfi1: Fix tstats alloc and dealloc
      IB/rdmavt: Validate remote_addr during loopback atomic tests

 drivers/infiniband/core/cm.c            |  2 +-
 drivers/infiniband/core/cma.c           | 22 ++++++++++---------
 drivers/infiniband/core/ucma.c          | 34 +++++++++++++++++++----------
 drivers/infiniband/hw/hfi1/ipoib.h      |  2 +-
 drivers/infiniband/hw/hfi1/ipoib_main.c | 27 ++++++++++++-----------
 drivers/infiniband/hw/hfi1/ipoib_tx.c   | 38 ++++++++++++++++++++++-----------
 drivers/infiniband/hw/mlx4/main.c       |  2 +-
 drivers/infiniband/sw/rdmavt/qp.c       |  2 ++
 drivers/infiniband/sw/siw/siw.h         |  7 +-----
 drivers/infiniband/sw/siw/siw_qp_rx.c   | 20 +++++++++--------
 drivers/infiniband/sw/siw/siw_verbs.c   |  3 ++-
 11 files changed, 95 insertions(+), 64 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 5, 2022, 12:31 a.m. UTC | #1
The pull request you sent on Fri, 4 Feb 2022 19:59:22 -0400:

> 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/0457e5153e0e8420134f60921349099e907264ca

Thank you!