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 Romanovsky +Leon Romanovsky 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(-)