mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20200110021623.GA6057@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 Jan. 10, 2020, 2:16 a.m. UTC
Hi Linus,

First rc pull request

A very small set of fixes, most people seem to still be recovering
from December!

Thanks,
Jason

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

  Linux 5.5-rc4 (2019-12-29 15:29:16 -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 9554de394b7eee01606e64c3806cd43893f3037e:

  i40iw: Remove setting of VMA private data and use rdma_user_mmap_io (2020-01-07 15:07:37 -0400)

----------------------------------------------------------------
First RDMA subsystem updates for 5.5-rc

Five small driver fixes:

- Fix error flow with MR allocation in bnxt_re

- An errata work around for bnxt_re

- Misuse of the workqueue API in hfi1

- Protocol error in hfi1

- Regression in 5.5 related to the mmap rework with i40iw

----------------------------------------------------------------
Kaike Wan (2):
      IB/hfi1: Don't cancel unused work item
      IB/hfi1: Adjust flow PSN with the correct resync_psn

Selvin Xavier (2):
      RDMA/bnxt_re: Avoid freeing MR resources if dereg fails
      RDMA/bnxt_re: Fix Send Work Entry state check while polling completions

Shiraz Saleem (1):
      i40iw: Remove setting of VMA private data and use rdma_user_mmap_io

 drivers/infiniband/hw/bnxt_re/ib_verbs.c  |  4 +++-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c  | 12 ++++++------
 drivers/infiniband/hw/hfi1/iowait.c       |  4 +++-
 drivers/infiniband/hw/hfi1/tid_rdma.c     |  9 +++++++++
 drivers/infiniband/hw/i40iw/i40iw_verbs.c | 14 ++++++--------
 5 files changed, 27 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 11, 2020, 2:45 p.m. UTC | #1
The pull request you sent on Fri, 10 Jan 2020 02:16:26 +0000:

> 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/5e7c1b75bd2a75005313574dd6e5354907005f93

Thank you!