mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20220630125738.GA969304@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 June 30, 2022, 12:57 p.m. UTC
Hi Linus,

Just a few patches that have accumulated in the last 5 weeks

Thanks,
Jason

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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 0fe3dbbefb74a8575f61d7801b08dbc50523d60d:

  linux/dim: Fix divide by 0 in RDMA DIM (2022-06-28 10:37:25 -0300)

----------------------------------------------------------------
First v5.19 rc pull request

Three minor bug fixes:

- qedr not setting the QP timeout properly toward userspace

- Memory leak on error path in ib_cm

- Divide by 0 in RDMA interrupt moderation

----------------------------------------------------------------
Kamal Heib (1):
      RDMA/qedr: Fix reporting QP timeout attribute

Miaoqian Lin (1):
      RDMA/cm: Fix memory leak in ib_cm_insert_listen

Tao Liu (1):
      linux/dim: Fix divide by 0 in RDMA DIM

 drivers/infiniband/core/cm.c       | 4 +++-
 drivers/infiniband/hw/qedr/qedr.h  | 1 +
 drivers/infiniband/hw/qedr/verbs.c | 4 +++-
 include/linux/dim.h                | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org June 30, 2022, 5:28 p.m. UTC | #1
The pull request you sent on Thu, 30 Jun 2022 09:57:38 -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/1a0e93df1e107dc766fdf86ae88076efd9f376e6

Thank you!