]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Apr 2024 20:46:44 +0000 (13:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Apr 2024 20:46:44 +0000 (13:46 -0700)
commit2bf5dd7c735c837fcd847831f96e3239471363bc
treeb6ed62b507f6ce5b8d7ab9d7071784192a3c1e25
parent46b28503cdf35e1c34d9d135d91da91d3649ebaf
parentbe121ffb384f53e966ee7299ffccc6eeb61bc73d
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Pull rdma fixes from Jason Gunthorpe:

 - 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

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  RDMA/mlx5: Fix port number for counter query in multi-port configuration
  RDMA/cm: Print the old state when cm_destroy_id gets timeout
  RDMA/rxe: Fix the problem "mutex_destroy missing"