mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20211221012540.GA1665423@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 Dec. 21, 2021, 1:25 a.m. UTC
Hi Linus,

Getting RC patches out of the way before the holidays. Nothing very
exciting.

Regards,
Jason

The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -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 12d3bbdd6bd2780b71cc466f3fbc6eb7d43bbc2a:

  RDMA/hns: Replace kfree() with kvfree() (2021-12-14 20:13:29 -0400)

----------------------------------------------------------------
RDMA v5.16 third rc pull request

Last fixes before holidays:

- Work around a HW bug in HNS HIP08

- Recent memory leak regression in qib

- Incorrect use of kfree() for vmalloc memory in hns

----------------------------------------------------------------
Jiacheng Shi (1):
      RDMA/hns: Replace kfree() with kvfree()

José Expósito (1):
      IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()

Yangyang Li (1):
      RDMA/hns: Fix RNR retransmission issue for HIP08

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 64 ++++++++++++++++++++++++++----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  8 ++++
 drivers/infiniband/hw/hns/hns_roce_srq.c   |  2 +-
 drivers/infiniband/hw/qib/qib_user_sdma.c  |  2 +-
 4 files changed, 67 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2021, 1:37 a.m. UTC | #1
The pull request you sent on Mon, 20 Dec 2021 21:25:40 -0400:

> 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/6e0567b7305209c2d689ce57180a63d8dc657ad8

Thank you!