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 AC709C433EF for ; Mon, 11 Apr 2022 11:11:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237981AbiDKLNt (ORCPT ); Mon, 11 Apr 2022 07:13:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346044AbiDKLNB (ORCPT ); Mon, 11 Apr 2022 07:13:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71AB310F0; Mon, 11 Apr 2022 04:10:13 -0700 (PDT) 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 112296158C; Mon, 11 Apr 2022 11:10:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 60EE0C385A4; Mon, 11 Apr 2022 11:10:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649675412; bh=NdzH7Z5bNggGZpiDfqQ3KFHAwQuSlUL0BEoDL24vQro=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bAwETcJYcGPDOlwL5zJbDY6X8QV7UnKxUY8Zpm2UKf+D36f7VvSctTpkWeyhg9/Y3 o8/yiIDKioALIR571GiByMulK0w3MIqSBu4mdELqnIs/8rL5+xQgK7UEsZlHCUR2pl 8656Q4DoTnHd3SvMbkzdRVeVNxOLmKHn6Hm1iLxQOepRfdAjVMz726jPr3/IRyd7P6 u26gW5+wnw1TQDmlrCbGrkcvBfoKbaSzncBnYZRhtG+eNkB0u7ktPcQe2PDBbTDhZw L08IjhJsYdg6IInKtGt8yK92jDcgu7RrvA/LnoxY3hcMbK81dmc+7BUJHSP3Pi6mUX 7NNn81/oTOU3w== 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 457E2E7399B; Mon, 11 Apr 2022 11:10:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164967541228.25321.11252715015759028756.git-patchwork-notify@kernel.org> Date: Mon, 11 Apr 2022 11:10:12 +0000 References: <20220408094941.2494893-1-lv.ruyi@zte.com.cn> In-Reply-To: <20220408094941.2494893-1-lv.ruyi@zte.com.cn> To: CGEL Cc: madalin.bucur@nxp.com, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lv.ruyi@zte.com.cn, zealci@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 8 Apr 2022 09:49:41 +0000 you wrote: > From: Lv Ruyi > > Both of of_get_parent() and of_parse_phandle() return node pointer with > refcount incremented, use of_node_put() on it to decrease refcount > when done. > > Reported-by: Zeal Robot > Signed-off-by: Lv Ruyi > > [...] Here is the summary with links: - dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info() https://git.kernel.org/netdev/net/c/1a7eb80d170c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html