Re: [PATCH] of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()

From: Rob Herring
Date: Tue Apr 18 2017 - 12:09:28 EST


On Tue, Apr 18, 2017 at 10:16 AM, David Daney <ddaney@xxxxxxxxxxxxxxxxxx> wrote:
> On 04/17/2017 05:29 PM, Tyrel Datwyler wrote:
>>
>> The call to of_find_node_by_path("/cpus") returns the cpus device_node
>> with its reference count incremented. There is no matching of_node_put()
>> call in of_numa_parse_cpu_nodes() which results in a leaked reference
>> to the "/cpus" node.
>>
>> This patch adds an of_node_put() to release the reference.
>
>
> Good catch:
> Acked-by: David Daney <david.daney@xxxxxxxxxx>

Applied, thanks.

Rob