[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240621132450.GA4186507@nvidia.com>
Date: Fri, 21 Jun 2024 10:24:50 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
Leon Romanovsky <leonro@...dia.com>
Subject: [GIT PULL] Please pull RDMA subsystem changes
Hi Linus,
Collected bug fixes so far for this cycle.
Thanks,
Jason
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -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 82a5cc783d49b86afd2f60e297ecd85223c39f88:
RDMA/mana_ib: Ignore optional access flags for MRs (2024-06-21 10:19:36 -0300)
----------------------------------------------------------------
RDMA v6.10 first rc
Small bug fixes:
- Prevent a crash in bnxt if the en and rdma drivers disagree on the MSI
vectors
- Have rxe memcpy inline data from the correct address
- Fix rxe's validation of UD packets
- Several mlx5 mr cache issues: bad lock balancing on error, missing
propagation of the ATS property to the HW, wrong bucketing of freed
mrs in some cases
- Incorrect goto error unwind in mlx5 driver probe
- Missed userspace input validation in mlx5 SRQ create
- Incorrect uABI in MANA rejecting valid optional MR creation flags
----------------------------------------------------------------
Honggang LI (2):
RDMA/rxe: Fix data copy for IB_SEND_INLINE
RDMA/rxe: Fix responder length checking for UD request packets
Jason Gunthorpe (3):
RDMA/mlx5: Remove extra unlock on error path
RDMA/mlx5: Follow rb_key.ats when creating new mkeys
RDMA/mlx5: Ensure created mkeys always have a populated rb_key
Konstantin Taranov (1):
RDMA/mana_ib: Ignore optional access flags for MRs
Patrisious Haddad (1):
RDMA/mlx5: Add check for srq max_sge attribute
Selvin Xavier (1):
RDMA/bnxt_re: Fix the max msix vectors macro
Yishai Hadas (1):
RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init
drivers/infiniband/hw/bnxt_re/bnxt_re.h | 4 +---
drivers/infiniband/hw/mana/mr.c | 1 +
drivers/infiniband/hw/mlx5/main.c | 4 ++--
drivers/infiniband/hw/mlx5/mr.c | 8 ++++----
drivers/infiniband/hw/mlx5/srq.c | 13 ++++++++-----
drivers/infiniband/sw/rxe/rxe_resp.c | 13 +++++++++++++
drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
7 files changed, 30 insertions(+), 15 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists