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 C807FC83F3E for ; Tue, 5 Sep 2023 16:36:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233867AbjIEQgF (ORCPT ); Tue, 5 Sep 2023 12:36:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353860AbjIEIX4 (ORCPT ); Tue, 5 Sep 2023 04:23:56 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8741FCC7 for ; Tue, 5 Sep 2023 01:23:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id D5EADCE10BD for ; Tue, 5 Sep 2023 08:23:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 134FBC433C9; Tue, 5 Sep 2023 08:23:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693902230; bh=lXgtoW/7ZdWLp7FupnW2/nPdUn4Mb393H1EvaAlnsTA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=SUUG93egXO/DO13piGEm1UfiUSBNgLW9xLH8XL50Un5yjkOG0XZfJEzUrFxeRv+Ad 5LYN0R8VFlFRc+VDGsFU4BBHcWK3MZ/vDa1+LDJ8sfoyWqx+3Ljv1s2xMFf+epM5Gr 9I+Txcr5KyysFjenjHXeXYwtzjBP/iuHoY7OvYBikaMZdsfuAZKPgGRr3D0jCMsk0m A7mqQ23SpwnSG1jKZ7bjibXOZvdjoiuQTVnYbe4beFd5h6/v1Gu5ATaJAqcq6eUX3U XgUl49oR7ydL4yF2tUsV5g52erS2v4qCgeZnD2WnaQHVeE4ErfumS/58lRjCjCYqDo U1sl3Kxtk1YTA== 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 E9AADC2BBF6; Tue, 5 Sep 2023 08:23:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] kcm: Destroy mutex in kcm_exit_net() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169390222995.8228.1309168830800797310.git-patchwork-notify@kernel.org> Date: Tue, 05 Sep 2023 08:23:49 +0000 References: <20230902170708.1727999-1-syoshida@redhat.com> In-Reply-To: <20230902170708.1727999-1-syoshida@redhat.com> To: Shigeru Yoshida Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sun, 3 Sep 2023 02:07:08 +0900 you wrote: > kcm_exit_net() should call mutex_destroy() on knet->mutex. This is especially > needed if CONFIG_DEBUG_MUTEXES is enabled. > > Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module") > Signed-off-by: Shigeru Yoshida > --- > net/kcm/kcmsock.c | 2 ++ > 1 file changed, 2 insertions(+) Here is the summary with links: - [net] kcm: Destroy mutex in kcm_exit_net() https://git.kernel.org/netdev/net/c/6ad40b36cd3b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html