From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gnuweeb.org (Postfix) with ESMTPS id 5CDE58079D for ; Mon, 1 Aug 2022 19:50:17 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=a8nYQ2BH; dkim-atps=neutral Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B15B6B8168A; Mon, 1 Aug 2022 19:50:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 31F3CC43143; Mon, 1 Aug 2022 19:50:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659383414; bh=rUk41rIcjmeKzxxqdvWaLeWaI4ZzRkKxx75eQxlOa5U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=a8nYQ2BHFnR8iuakQGaswLu5h9GVeePqQL5EWKwBoLs3ybnliYQNQrVwp1udKOkig 6EDBJ2NcXV8oOs+AJpO5VoklVRGzn6G9MnCUndlfyzCNFgT5CDjBA4vmxUd8DVl1e9 e/3ztnOcwVmejhh+3H0RPZIvWMZ/FvnPld1GXSSye1ANaQZF4dXaE1+nRknMn7FKG+ i+6AywG8nzZcPdAszUzJ28ywCs4O0JM7G3CfUSpKttREfYTLfB5qKa8eWOSXEm+3/I t482cKfLdofN0B0jnfwkCL4NQPVmu+Bs6iY0x8lsMGgSc5IRR/7+gi7WhsLhvx5TBU usNv9RfBdl/eg== 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 1B306C43140; Mon, 1 Aug 2022 19:50:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: devlink: Fix missing mutex_unlock() call From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165938341410.9721.7137509933783048344.git-patchwork-notify@kernel.org> Date: Mon, 01 Aug 2022 19:50:14 +0000 References: <20220801115742.1309329-1-ammar.faizi@intel.com> In-Reply-To: <20220801115742.1309329-1-ammar.faizi@intel.com> To: Ammar Faizi Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, lkp@intel.com, dan.carpenter@oracle.com, moshe@nvidia.com, jiri@nvidia.com, fernandafmr12@gnuweeb.org, netdev@vger.kernel.org, gwml@vger.gnuweeb.org, linux-kernel@vger.kernel.org, kbuild@lists.01.org, kbuild-all@lists.01.org List-Id: Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Mon, 1 Aug 2022 18:59:56 +0700 you wrote: > From: Ammar Faizi > > Commit 2dec18ad826f forgets to call mutex_unlock() before the function > returns in the error path: > > New smatch warnings: > net/core/devlink.c:6392 devlink_nl_cmd_region_new() warn: inconsistent \ > returns '®ion->snapshot_lock'. > > [...] Here is the summary with links: - net: devlink: Fix missing mutex_unlock() call https://git.kernel.org/netdev/net-next/c/80ef928643c1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html