From: Frank Rowand <frowand.list@gmail.com>
To: Jan Kiszka <jan.kiszka@siemens.com>,
Pantelis Antoniou <pantelis.antoniou@konsulko.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree <devicetree@vger.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Alan Tull <atull@kernel.org>
Subject: Re: [PATCH] of: overlay: Stop leaking resources on overlay removal
Date: Tue, 24 Apr 2018 13:58:27 -0700 [thread overview]
Message-ID: <b813ac8f-a1e3-3e27-2e44-0a576e05d01c@gmail.com> (raw)
In-Reply-To: <90e7da9d-d40a-17f1-e627-873f58a3dce5@siemens.com>
On 04/24/18 10:50, Jan Kiszka wrote:
> On 2018-04-24 19:44, Frank Rowand wrote:
>> On 04/24/18 09:19, Jan Kiszka wrote:
>>> Only the overlay notifier callbacks have a chance to potentially get
>>> hold of references to those two resources, but they do not store them.
>>> So it is safe to stop the intentional leaking.
>>>
>>> See also https://lkml.org/lkml/2018/4/23/1063 and following.
>>>
>>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>>> ---
>>>
>>> Ideally, we sort out any remaining worries during the 4.17-rc cycle.
>>>
>>> drivers/of/overlay.c | 13 ++-----------
>>> 1 file changed, 2 insertions(+), 11 deletions(-)
>>>
>>> diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
>>> index b35fe88f1851..3553f1f57a62 100644
>>> --- a/drivers/of/overlay.c
>>> +++ b/drivers/of/overlay.c
>>> @@ -671,17 +671,8 @@ static void free_overlay_changeset(struct overlay_changeset *ovcs)
>>> of_node_put(ovcs->fragments[i].overlay);
>>> }
>>> kfree(ovcs->fragments);
>>> -
>>> - /*
>>> - * TODO
>>> - *
>>> - * would like to: kfree(ovcs->overlay_tree);
>>> - * but can not since drivers may have pointers into this data
>>> - *
>>> - * would like to: kfree(ovcs->fdt);
>>> - * but can not since drivers may have pointers into this data
>>> - */
>>> -
>>> + kfree(ovcs->overlay_tree);
>>> + kfree(ovcs->fdt);
>>> kfree(ovcs);
>>> }
>>>
>>>
>>
>> Nack. It is premature to submit this while the conversation is
>> continuing in the other thread.
>>
>> I'll continue the conversation in the other thread.
>>
>
> Well, at least the strongest argument has been resolved now, the
> notifier topic. Curious to learn what remains. As I noted, we should
> work hard to sort out the API regression prior to the release.
Nope, the notifier discussion continues in the other thread.
next prev parent reply other threads:[~2018-04-24 20:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 16:19 Jan Kiszka
2018-04-24 17:44 ` Frank Rowand
2018-04-24 17:50 ` Jan Kiszka
2018-04-24 20:58 ` Frank Rowand [this message]
2018-04-26 0:32 ` Frank Rowand
2018-04-26 0:44 ` Frank Rowand
2018-04-26 7:31 ` Jan Kiszka
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=b813ac8f-a1e3-3e27-2e44-0a576e05d01c@gmail.com \
--to=frowand.list@gmail.com \
--cc=atull@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jan.kiszka@siemens.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pantelis.antoniou@konsulko.com \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®