All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Miaoqian Lin <linmq006@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>,
	Russell King <linux@armlinux.org.uk>, Nishanth Menon <nm@ti.com>,
	Santosh Shilimkar <santosh.shilimkar@ti.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: omap2: Fix refcount leak in omap3xxx_prm_late_init
Date: Tue, 28 Jun 2022 08:10:15 +0300	[thread overview]
Message-ID: <YrqNN6dAISFGbcaO@atomide.com> (raw)
In-Reply-To: <20220526073724.21169-1-linmq006@gmail.com>

* Miaoqian Lin <linmq006@gmail.com> [220526 10:33]:
> of_find_matching_node() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when not need anymore.
> Add missing of_node_put() to avoid refcount leak.

Thanks applying into omap-for-v5.10/soc.

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Miaoqian Lin <linmq006@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>,
	Russell King <linux@armlinux.org.uk>, Nishanth Menon <nm@ti.com>,
	Santosh Shilimkar <santosh.shilimkar@ti.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: omap2: Fix refcount leak in omap3xxx_prm_late_init
Date: Tue, 28 Jun 2022 08:10:15 +0300	[thread overview]
Message-ID: <YrqNN6dAISFGbcaO@atomide.com> (raw)
In-Reply-To: <20220526073724.21169-1-linmq006@gmail.com>

* Miaoqian Lin <linmq006@gmail.com> [220526 10:33]:
> of_find_matching_node() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when not need anymore.
> Add missing of_node_put() to avoid refcount leak.

Thanks applying into omap-for-v5.10/soc.

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-06-28  5:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26  7:37 [PATCH] ARM: omap2: Fix refcount leak in omap3xxx_prm_late_init Miaoqian Lin
2022-05-26  7:37 ` Miaoqian Lin
2022-06-28  5:10 ` Tony Lindgren [this message]
2022-06-28  5:10   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YrqNN6dAISFGbcaO@atomide.com \
    --to=tony@atomide.com \
    --cc=linmq006@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=nm@ti.com \
    --cc=paul@pwsan.com \
    --cc=santosh.shilimkar@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.