From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E40EC4167B for ; Fri, 1 Dec 2023 11:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378487AbjLALKT (ORCPT ); Fri, 1 Dec 2023 06:10:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378464AbjLALKR (ORCPT ); Fri, 1 Dec 2023 06:10:17 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40003193 for ; Fri, 1 Dec 2023 03:10:24 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id D1172C433C7; Fri, 1 Dec 2023 11:10:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701429023; bh=a16OAQT2aoHFf/rpgoy1OBrQ1J6SxYIu1qUavost96Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WHpuoNkxOfpQjiIjE+8wgR5se8dvPnG7Z00xbSGSsj1DWaPITMGjvO5PSuMDgKeQh SPRRAe3AipZB7o5wbDV2aY94TQcYXWMFr23+3fP0S1+m+VEZczakNmpaX5HXqQGZGb araWvemnbh4eJURNEs11Ks1K7+hK0pfFOyaO4KVVQ8CNUuVjFvSHMtP3cmzQG0f6hk /leN4ZnmHAf/b/vacNWzS/DUPw1V1eSfk36BqqMmKxOSW8OBi1pvWxFblSsJVWn3Nw zs4h+Yv7judjY/sBbjx0O9oB7iue9o8bsSK05g0sHg8wv6RKue3yMVzxiu0Bt9qLT5 7dSYxBrz4umHQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B58EAC59A4C; Fri, 1 Dec 2023 11:10:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net] octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170142902373.13641.10956556267132946776.git-patchwork-notify@kernel.org> Date: Fri, 01 Dec 2023 11:10:23 +0000 References: <1701235422-22488-1-git-send-email-sbhatta@marvell.com> In-Reply-To: <1701235422-22488-1-git-send-email-sbhatta@marvell.com> To: Subbaraya Sundeep Bhatta Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, sgoutham@marvell.com, gakula@marvell.com, hkelam@marvell.com, lcherian@marvell.com, jerinj@marvell.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 29 Nov 2023 10:53:42 +0530 you wrote: > All the mailbox messages sent to AF needs to be guarded > by mutex lock. Add the missing lock in otx2_get_pauseparam > function. > > Fixes: 75f36270990c ("octeontx2-pf: Support to enable/disable pause frames via ethtool") > Signed-off-by: Subbaraya Sundeep > > [...] Here is the summary with links: - [v2,net] octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam https://git.kernel.org/netdev/net/c/9572c949385a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html