mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20181129225240.GA2179@ziepe.ca (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 Nov. 29, 2018, 10:52 p.m. UTC
Hi Linus,

First rc pull request

This is a bit later than usual for our first -rc but I'm not seeing
anything worry-some in the RDMA tree right now. Quiet so far this -rc
cycle, only a few internal driver related bugs and a small series
fixing ODP bugs found by more advanced testing.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

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

  RDMA/mlx5: Initialize return variable in case pagefault was skipped (2018-11-29 15:16:45 -0700)

----------------------------------------------------------------
First rc pull request

A set of small driver and core code fixes:

- Small series fixing longtime user triggerable bugs in the
  ODP processing inside mlx5 and core code

- Various small driver malfunctions and crashes (use after, free, error
  unwind, implementation bugs)

- A misfunction of the RDMA GID cache that can be triggered by the
  administrator

----------------------------------------------------------------
Artemy Kovalyov (3):
      IB/mlx5: Skip non-ODP MR when handling a page fault
      IB/umem: Set correct address to the invalidation function
      IB/mlx5: Fix page fault handling for MW

Kamal Heib (1):
      RDMA/rdmavt: Fix rvt_create_ah function signature

Leon Romanovsky (1):
      RDMA/mlx5: Initialize return variable in case pagefault was skipped

Majd Dibbiny (1):
      RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR

Michael Guralnik (1):
      IB/mlx5: Avoid load failure due to unknown link width

Parav Pandit (1):
      RDMA/core: Add GIDs while changing MAC addr only for registered ndev

Sagi Grimberg (1):
      iser: set sector for ambiguous mr status errors

Selvin Xavier (2):
      RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
      RDMA/bnxt_re: Avoid accessing the device structure after it is freed

Yishai Hadas (1):
      net/mlx5: Fix XRC SRQ umem valid bits

Yixian Liu (1):
      RDMA/hns: Bugfix pbl configuration for rereg mr

Yonatan Cohen (1):
      IB/mlx5: Fix XRC QP support after introducing extended atomic

 drivers/infiniband/core/roce_gid_mgmt.c    |   6 +-
 drivers/infiniband/core/umem_odp.c         |  20 ++---
 drivers/infiniband/hw/bnxt_re/main.c       |   3 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 128 ++++++++++++++---------------
 drivers/infiniband/hw/mlx5/main.c          |  29 +++----
 drivers/infiniband/hw/mlx5/odp.c           |  10 +++
 drivers/infiniband/hw/mlx5/qp.c            |  22 ++---
 drivers/infiniband/sw/rdmavt/ah.c          |   4 +-
 drivers/infiniband/sw/rdmavt/ah.h          |   3 +-
 drivers/infiniband/ulp/iser/iser_verbs.c   |   7 +-
 include/linux/mlx5/mlx5_ifc.h              |  12 ++-
 11 files changed, 121 insertions(+), 123 deletions(-)