mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20200821140612.GA2665062@nvidia.com (mailing list archive)
State Superseded
Commit cd02217a5d813e2bbec984a9eeb8280ff290a150
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 Aug. 21, 2020, 2:06 p.m. UTC
Hi Linus,

First rc pull request

Nothing exciting, just a few bug fixes and a MAINTAINERS file update.

There is a small merge conflict in the .mailmap, it has been sorted in your
tree and Leon's entry was moved.

It should be resolved by adding the new line at the new sorted position:

  Leon Romanovsky <leon@kernel.org> <leon@leon.nu>
  Leon Romanovsky <leon@kernel.org> <leonro@mellanox.com>
 +Leon Romanovsky <leon@kernel.org> <leonro@nvidia.com>

Thanks,
Jason

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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 f6da70d99c96256f8be0cbb4dd72d45d622c7823:

  MAINTAINERS: Update Mellanox and Cumulus Network addresses to new domain (2020-08-21 10:48:48 -0300)

----------------------------------------------------------------
RDMA first 5.9rc pull request

One regression from 5.8 and a few bugs from earlier kernels.

- Various spelling corrections in kernel prints

- Bug fixes in hfi1 and bntx_re

- Revert a 5.8 patch in hns

- Batch update for Mellanox and Cumulus maintainers emails

----------------------------------------------------------------
Colin Ian King (3):
      RDMA/hns: Fix spelling mistake "epmty" -> "empty"
      RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
      RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"

Kaike Wan (1):
      RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request

Leon Romanovsky (1):
      MAINTAINERS: Update Mellanox and Cumulus Network addresses to new domain

Selvin Xavier (1):
      RDMA/bnxt_re: Do not add user qps to flushlist

Weihang Li (1):
      Revert "RDMA/hns: Reserve one sge in order to avoid local length error"

 .mailmap                                    |  2 +
 MAINTAINERS                                 | 58 ++++++++++++++---------------
 drivers/infiniband/core/device.c            |  2 +-
 drivers/infiniband/hw/bnxt_re/main.c        |  3 +-
 drivers/infiniband/hw/hfi1/tid_rdma.c       |  1 +
 drivers/infiniband/hw/hns/hns_roce_device.h |  2 -
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  9 ++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  4 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  5 +--
 drivers/infiniband/hw/hns/hns_roce_srq.c    |  2 +-
 drivers/infiniband/hw/usnic/usnic_ib_main.c |  2 +-
 12 files changed, 45 insertions(+), 47 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 21, 2020, 5:16 p.m. UTC | #1
The pull request you sent on Fri, 21 Aug 2020 11:06:12 -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/cd02217a5d813e2bbec984a9eeb8280ff290a150

Thank you!