mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20200724174739.GA3635934@nvidia.com (mailing list archive)
State Superseded
Delegated to: Jason Gunthorpe
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 July 24, 2020, 5:47 p.m. UTC
Hi Linus,

Things remain quiet here, a few more of the usual fixes.

The following changes since commit 11ba468877bb23f28956a35e896356252d63c983:

  Linux 5.8-rc5 (2020-07-12 16:34:50 -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 a862192e9227ad46e0447fd0a03869ba1b30d16f:

  RDMA/mlx5: Prevent prefetch from racing with implicit destruction (2020-07-21 13:51:35 -0300)

----------------------------------------------------------------
RDMA third 5.8 rc pull request

One merge window regression, some corruption bugs in HNS and a few more
syzkaller fixes.

- Two long standing syzkaller races

- Fix incorrect HW configuration in HNS

- Restore accidentally dropped locking in IB CM

- Fix ODP prefetch bug added in the big rework several versions ago

----------------------------------------------------------------
Jason Gunthorpe (1):
      RDMA/mlx5: Prevent prefetch from racing with implicit destruction

Leon Romanovsky (1):
      RDMA/core: Fix race in rdma_alloc_commit_uobject()

Maor Gottlieb (2):
      RDMA/mlx5: Use xa_lock_irq when access to SRQ table
      RDMA/cm: Protect access to remote_sidr_table

Weihang Li (1):
      RDMA/hns: Fix wrong assignment of lp_pktn_ini in QPC

Xi Wang (1):
      RDMA/hns: Fix wrong PBL offset when VA is not aligned to PAGE_SIZE

 drivers/infiniband/core/cm.c               |  2 ++
 drivers/infiniband/core/rdma_core.c        |  6 +++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 34 +++++++++++++++++++-----------
 drivers/infiniband/hw/hns/hns_roce_mr.c    |  2 +-
 drivers/infiniband/hw/mlx5/odp.c           | 22 ++++++++++++++++---
 drivers/infiniband/hw/mlx5/srq_cmd.c       |  4 ++--
 6 files changed, 49 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org July 24, 2020, 9:40 p.m. UTC | #1
The pull request you sent on Fri, 24 Jul 2020 14:47:39 -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/fcef1046eb1b78c98105e9b68e48df6022c23a06

Thank you!