From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 31C3722A4E8; Wed, 21 Jan 2026 00:10:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768954211; cv=none; b=Giof08nqigS++GxfCDhdeTlN/wMWVJVu/abJo5tLge4/ePmuF9LoT3H6m5wEonHsUuvHqImpyi+t83biSWbSPWpKkUJJudlnbNQg7FBlgv/l6xa7R9IPGVaJZqrK5QNrlxGH8bneGWIrnLhh88xC7EyOnVOOJxE9TZWJ8J2jyXk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768954211; c=relaxed/simple; bh=EMr/DoMLChMMSL51PhhrUGNiqV4mWQOyMCVdeds/Btk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ELHJhlFG7lxXTEeQIlJvbW8wN2fFeJRVPy+owN1I1QDnUrNNsrSIcHalOjkFEaLwRPcaxS9OUGUZY4iDVMN426IK3OUfr6EXL09ukLyddAn52S4bXXvijLmtSF+8hDtG+cMJUfFQlY2i5dcqmfsGwG2ZbdM2+Nj2l5PI+bm26Hw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xo1vFzb+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Xo1vFzb+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A317FC19423; Wed, 21 Jan 2026 00:10:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768954210; bh=EMr/DoMLChMMSL51PhhrUGNiqV4mWQOyMCVdeds/Btk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Xo1vFzb+oo7wkO38Zp+eJwnp6yVzHJk4PBHzlSRpgC2ZBjf3javTnwG4NxB0EXhu1 DKR6zdd3iuQvuGwKuvZGxe/WInvy5Tq4Uub2jE3rcS995ylxBsYRkGRSyu08kVACCZ xN4BeMHBIKe/iguZXMQ+8HUTB1N9v4x1yn5sjBcg+jb2zfKPVDaqPnSQ8y4OubyyTN v8DOWa3RwP15K4iMacO4QsdD/qfQT/L7ADqFYmNesE9hRrvuR65lbm3NZl1kUawg+a eEhap9KRobx6GeD7gYPTdJr1QPnk/WjgpbxdoF+HU6XJDFniM+24FhghkCfY8+NNT6 MEAkiIGqm8CGA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4ED02380820D; Wed, 21 Jan 2026 00:10:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net: phy: intel-xway: fix OF node refcount leakage From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176895420809.659962.727652527212463185.git-patchwork-notify@kernel.org> Date: Wed, 21 Jan 2026 00:10:08 +0000 References: In-Reply-To: To: Daniel Golle Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 19 Jan 2026 00:41:54 +0000 you wrote: > Automated review spotted am OF node reference count leakage when > checking if the 'leds' child node exists. > > Call of_put_node() to correctly maintain the refcount. > > Link: https://netdev-ai.bots.linux.dev/ai-review.html?id=20f173ba-0c64-422b-a663-fea4b4ad01d0 > Fixes: 1758af47b98c1 ("net: phy: intel-xway: add support for PHY LEDs") > Signed-off-by: Daniel Golle > > [...] Here is the summary with links: - [net,v2] net: phy: intel-xway: fix OF node refcount leakage https://git.kernel.org/netdev/net/c/79912b256e14 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html