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 40E51C433F5 for ; Thu, 10 Mar 2022 20:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245021AbiCJUbY (ORCPT ); Thu, 10 Mar 2022 15:31:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232725AbiCJUbN (ORCPT ); Thu, 10 Mar 2022 15:31:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DB96ECB10; Thu, 10 Mar 2022 12:30:11 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id DD1616179E; Thu, 10 Mar 2022 20:30:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 39F9BC340F7; Thu, 10 Mar 2022 20:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646944210; bh=eREIy7aXyXOJiNE/a+y3BVUxOQadsmenqakhiafoC0s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=QgMbCyroHXEFfM5i5u1MfFEghBG0gbawl16KY3a3t7lhPUV0SRh0fEb3qSieURQbU pbADUMJFe46PI8F2ke5jKo5P59bzkjbtb4Fand4ZobKA/lK12hKCJJi6fWqXE9B+8J 6jFfPEZIOflaNfav7kIwk8ylw6ccyHPqctJadf9evkGI8ZFEeTma2BLadQORurmEwO 1YDxu29zRjjZTcIkx6Ip1X9vlLXZ2QYyutEifigbPeR56jIoEkZrkI51Tae9EJWC9W ZtXFsS6JRAFGgthTrKJQX/MTzjTJ9giJvQGEw2ZI351BB7hoEephjvl7DoelwAwwSF S/F6adZNpZrUw== 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 18610F0383F; Thu, 10 Mar 2022 20:30:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] gianfar: ethtool: Fix refcount leak in gfar_get_ts_info From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164694421009.25928.3425721477014489869.git-patchwork-notify@kernel.org> Date: Thu, 10 Mar 2022 20:30:10 +0000 References: <20220310015313.14938-1-linmq006@gmail.com> In-Reply-To: <20220310015313.14938-1-linmq006@gmail.com> To: Miaoqian Lin Cc: claudiu.manoil@nxp.com, davem@davemloft.net, kuba@kernel.org, yangbo.lu@nxp.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 (master) by Jakub Kicinski : On Thu, 10 Mar 2022 01:53:13 +0000 you wrote: > The of_find_compatible_node() function returns a node pointer with > refcount incremented, We should use of_node_put() on it when done > Add the missing of_node_put() to release the refcount. > > Fixes: 7349a74ea75c ("net: ethernet: gianfar_ethtool: get phc index through drvdata") > Signed-off-by: Miaoqian Lin > Reviewed-by: Jesse Brandeburg > > [...] Here is the summary with links: - [net,v2] gianfar: ethtool: Fix refcount leak in gfar_get_ts_info https://git.kernel.org/netdev/net/c/2ac5b58e645c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html