mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20200925125729.GA241108@nvidia.com (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 Sept. 25, 2020, 12:57 p.m. UTC
Hi Linus,

Only one small bug fix for rxe found by blktests.

The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -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 4aa1615268a8ac2b20096211d3f9ac53874067d7:

  RDMA/core: Fix ordering of CQ pool destruction (2020-09-14 15:20:18 -0300)

----------------------------------------------------------------
RDMA third 5.9-rc pull request

One fix for a bug that blktests hits when using rxe:

 - Tear down the CQ pool before waiting for all references to go away

----------------------------------------------------------------
Jason Gunthorpe (1):
      RDMA/core: Fix ordering of CQ pool destruction

 drivers/infiniband/core/device.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2020, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 25 Sep 2020 09:57:29 -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/33d04c66f5799befa7c0c618be387541d0c311a3

Thank you!