mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20220718231210.GA143116@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 July 18, 2022, 11:12 p.m. UTC
Hi Linus,

Two small patches for the irdma driver.

Thanks,
Jason

The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

  Linux 5.19-rc6 (2022-07-10 14:40:51 -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 cc0315564d6eec91c716d314b743321be24c70b3:

  RDMA/irdma: Fix sleep from invalid context BUG (2022-07-11 03:04:16 -0300)

----------------------------------------------------------------
Second v5.19 rc pull request

Two bug fixes for irdma:

- x722 does not support 1GB pages, trying to configure them will corrupt
  the dma mapping

- Fix a sleep while holding a spinlock

----------------------------------------------------------------
Mustafa Ismail (2):
      RDMA/irdma: Do not advertise 1GB page size for x722
      RDMA/irdma: Fix sleep from invalid context BUG

 drivers/infiniband/hw/irdma/cm.c        | 50 ---------------------------------
 drivers/infiniband/hw/irdma/i40iw_hw.c  |  1 +
 drivers/infiniband/hw/irdma/icrdma_hw.c |  1 +
 drivers/infiniband/hw/irdma/irdma.h     |  1 +
 drivers/infiniband/hw/irdma/verbs.c     |  4 +--
 5 files changed, 5 insertions(+), 52 deletions(-)

Comments

pr-tracker-bot@kernel.org July 19, 2022, 12:19 a.m. UTC | #1
The pull request you sent on Mon, 18 Jul 2022 20:12:10 -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/ca85855bdcae8f84f1512e88b4c75009ea17ea2f

Thank you!