Message ID | cover.1716900410.git.leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Batch of mlx5 fixes for v6.10 | expand |
On Tue, 28 May 2024 15:52:50 +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > Various fixes which I collected during the last few weeks. > > Thanks > > 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 > > [...] Applied, thanks! [1/6] RDMA/cache: Release GID table even if leak is detected https://git.kernel.org/rdma/rdma/c/3ac844148b9b80 [2/6] RDMA/mlx5: Remove extra unlock on error path https://git.kernel.org/rdma/rdma/c/36e1ea42751ce8 [3/6] RDMA/mlx5: Follow rb_key.ats when creating new mkeys https://git.kernel.org/rdma/rdma/c/0f28eefd6bdb6c [4/6] RDMA/mlx5: Ensure created mkeys always have a populated rb_key https://git.kernel.org/rdma/rdma/c/7322d666dbd55f [5/6] RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init https://git.kernel.org/rdma/rdma/c/6bb41bed95ec39 [6/6] RDMA/mlx5: Add check for srq max_sge attribute https://git.kernel.org/rdma/rdma/c/c405e9cac10239 Best regards,
From: Leon Romanovsky <leonro@nvidia.com> Various fixes which I collected during the last few weeks. Thanks 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 Leon Romanovsky (1): RDMA/cache: Release GID table even if leak is detected Patrisious Haddad (1): RDMA/mlx5: Add check for srq max_sge attribute Yishai Hadas (1): RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init drivers/infiniband/core/cache.c | 13 ++++--------- drivers/infiniband/hw/mlx5/main.c | 4 ++-- drivers/infiniband/hw/mlx5/mr.c | 8 ++++---- drivers/infiniband/hw/mlx5/srq.c | 13 ++++++++----- 4 files changed, 18 insertions(+), 20 deletions(-)