mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20240419171909.GA3787433@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 April 19, 2024, 5:19 p.m. UTC
Hi Linus,

Three small updates, a bug fix and two small debugging improvements.

Thanks,
Jason

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -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 be121ffb384f53e966ee7299ffccc6eeb61bc73d:

  RDMA/mlx5: Fix port number for counter query in multi-port configuration (2024-04-08 13:33:10 +0300)

----------------------------------------------------------------
RDMA v6.9 first rc

Three minor updates:

- Add a missing mutex_destroy() in rxe

- Enhance the debugging print for cm_destroy failures to help debug these

- Fix mlx5 MAD processing in cases where multiport devices are running in
  switchedev mode

----------------------------------------------------------------
Mark Zhang (1):
      RDMA/cm: Print the old state when cm_destroy_id gets timeout

Michael Guralnik (1):
      RDMA/mlx5: Fix port number for counter query in multi-port configuration

Yanjun.Zhu (1):
      RDMA/rxe: Fix the problem "mutex_destroy missing"

 drivers/infiniband/core/cm.c     | 11 +++++++----
 drivers/infiniband/hw/mlx5/mad.c |  3 ++-
 drivers/infiniband/sw/rxe/rxe.c  |  2 ++
 3 files changed, 11 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org April 19, 2024, 9:07 p.m. UTC | #1
The pull request you sent on Fri, 19 Apr 2024 14:19:09 -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/2bf5dd7c735c837fcd847831f96e3239471363bc

Thank you!