From patchwork Tue May 28 12:52:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13676610 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D105316DEB0 for ; Tue, 28 May 2024 12:53:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716900786; cv=none; b=UvPRHjT18s42ZCCwry+EnNpr3gQqDBp76fVI2kHZGJ0zHpXxahdyCCUnihFAGQJTvb23o710vCVfUyD5BBJjXZDx1JG9giwqbPGUlsn6+1zRJ+YUV2jMjYCEAWFii+hX8c+FaGQ9vbfiubAfdifslfpvcSxYev4VriLyILvIYLo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716900786; c=relaxed/simple; bh=RQBIJZ584cV+/tQTnCf95VsjRToiFSgVYsuoVDSszc0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=aqNr7UdLQQ1m0dW0W6Qsg3iGlkyOpx3sGGo1yLw5HMwdQYfuTK4tIJH3laxiazGqiE14GHc2YoIKO0+gNJBDtldFL18wg7yZtYwZpEydwYWg11k1ox19iMoGVhv3uDF5Z63WsJ8AjpM+OYo8usw1PE0UfKBkS2S3aMiqpDWxXmU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j80c7Uy+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="j80c7Uy+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE649C32782; Tue, 28 May 2024 12:53:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716900786; bh=RQBIJZ584cV+/tQTnCf95VsjRToiFSgVYsuoVDSszc0=; h=From:To:Cc:Subject:Date:From; b=j80c7Uy+wBipKdvgDslawuv9X2S5fdcCZ76VRrRahYvWhhLt4uEbtPN+t2+LZv5Iw kDEFNLR6tuYOl2C/8HDWiORWlZ1tfgQ6/9C4ufE86eZ/ZG+T97T8k1Tr2dLBOVEC+/ J4upcB1y5xzPw0pw0pM8cgVlZKPxzS0QnaqZ+dnMAt+7lf/SFJJ6J9x5P1ObOrPzJ/ CtN9Qk9RvIly3uvz78BOzpiJFb03M2pfRv9RBr91GqutP6yAMu9M5q4J5YLqyeODWK A20f9yDngzxLRE0uaGsNq5mEcuK9yHBFmKB/UGaGM7BZXMM064KKkV+ZYIEUhonZIT kN43HatAdMNLg== From: Leon Romanovsky To: Jason Gunthorpe Cc: Leon Romanovsky , linux-rdma@vger.kernel.org, Mark Zhang , Michael Guralnik , Or Har-Toov , Patrisious Haddad , Yishai Hadas Subject: [PATCH rdma-rc 0/6] Batch of mlx5 fixes for v6.10 Date: Tue, 28 May 2024 15:52:50 +0300 Message-ID: X-Mailer: git-send-email 2.45.1 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Leon Romanovsky 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(-)