From patchwork Mon Jun 5 08:09:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13267053 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 B1BC5F9E7 for ; Mon, 5 Jun 2023 08:09:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1994C4339B; Mon, 5 Jun 2023 08:09:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685952597; bh=xa71jcxFeXsxIrHGWRjmew1bHs+dcsG82jxVdJhhK88=; h=From:To:Cc:Subject:Date:From; b=jWUJOygSwCXZtM5y7HmrRyMrDRlxWG0phPCMBmMIz5XQfbNspAAK2eqgfld14GCaD XSQ83Nli97aupxz6oL/JJaGl+TzSzMp3C49Qn9YBBU1M8Zev/BlPPfiONd4NX08BGd G5Rioh1fWfTx6njM5vYqNg2YQjvjy19Vo7zFusoxoYtpiZXfFJMDpm2Er2xxELw2hG dhYEVGWemdPl3dhf+vArAHnbq5IzpdjCFszk4rOpsIKbcF3utS2skcnLZ8NCceMTW0 7cqESWsIJLCUqvw97i5s9v0PVQzoqrrM7w+r7FvT7+stJObwpLTJEWNmknmAKtQDT8 Xh9EEMcNCNYtg== From: Leon Romanovsky To: Jakub Kicinski Cc: Leon Romanovsky , Eric Dumazet , netdev@vger.kernel.org, Paolo Abeni , Patrisious Haddad , Raed Salem , Saeed Mahameed , Steffen Klassert Subject: [PATCH net 0/4] Fix mixing atomic/non-atomic contexts in mlx5 IPsec code Date: Mon, 5 Jun 2023 11:09:48 +0300 Message-Id: X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Leon Romanovsky Hi, This series fixes mistakes in mixing atomic/non-atomic contexts in mlx5 IPsec code. Thanks Leon Romanovsky (3): net/mlx5e: Don't delay release of hardware objects net/mlx5e: Drop XFRM state lock when modifying flow steering net/mlx5e: Fix scheduling of IPsec ASO query while in atomic Patrisious Haddad (1): net/mlx5e: Fix ESN update kernel panic .../mellanox/mlx5/core/en_accel/ipsec.c | 22 ++++++++++++++----- .../mlx5/core/en_accel/ipsec_offload.c | 17 +++++++++++--- 2 files changed, 30 insertions(+), 9 deletions(-)