mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20241031163014.GA71683@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 Oct. 31, 2024, 4:30 p.m. UTC
Hi Linus,

A few small rc updates, two are recentish regressions.

Thanks,
Jason

The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -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 76d3ddff7153cc0bcc14a63798d19f5d0693ea71:

  RDMA/bnxt_re: synchronize the qp-handle table array (2024-10-21 13:28:15 -0300)

----------------------------------------------------------------
RDMA v6.12 second rc pull

- Put the QP netlink dump back in cxgb4, fixes a user visible regression

- Don't change the rounding style in mlx5 for user provided rd_atomic
  values

- Resolve a race in bnxt_re around the qp-handle table array

----------------------------------------------------------------
Leon Romanovsky (1):
      RDMA/cxgb4: Dump vendor specific QP details

Patrisious Haddad (1):
      RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down

Selvin Xavier (2):
      RDMA/bnxt_re: Fix the usage of control path spin locks
      RDMA/bnxt_re: synchronize the qp-handle table array

 drivers/infiniband/hw/bnxt_re/qplib_fp.c   |  4 ++++
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 38 +++++++++++++++---------------
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |  2 ++
 drivers/infiniband/hw/cxgb4/provider.c     |  1 +
 drivers/infiniband/hw/mlx5/qp.c            |  4 ++--
 5 files changed, 28 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 1, 2024, 2:52 a.m. UTC | #1
The pull request you sent on Thu, 31 Oct 2024 13:30:14 -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/6c52d4da1c742cd01a797a4d0a2d3c5a60dc9bfe

Thank you!