From: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
To: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Usage of for_each_child_of_node()
Date: Sat, 12 Oct 2013 13:54:16 -0700 [thread overview]
Message-ID: <5259B6F8.3070701@roeck-us.net> (raw)
Hi all,
for_each_child_of_node() and similar functions increase the refcount
on each returned node and expect the caller to release the node by
calling of_node_put() when done.
Looking through the kernel code, it appears this is hardly ever done,
if at all. Some code even calls of_node_get() on returned nodes again.
I guess this doesn't matter in cases where devicetree is a static entity.
However, this is not (or no longer) the case with devicetree overlays,
or more generically in cases where devicetree nodes are added and
removed dynamically.
Fundamental question: Would patches to fix this problem be accepted upstream ?
Or, of course, stepping a bit back: Am I missing something essential ?
Thanks,
Guenter
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Cc: Grant Likely <grant.likely@linaro.org>,
Rob Herring <rob.herring@calxeda.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Usage of for_each_child_of_node()
Date: Sat, 12 Oct 2013 13:54:16 -0700 [thread overview]
Message-ID: <5259B6F8.3070701@roeck-us.net> (raw)
Hi all,
for_each_child_of_node() and similar functions increase the refcount
on each returned node and expect the caller to release the node by
calling of_node_put() when done.
Looking through the kernel code, it appears this is hardly ever done,
if at all. Some code even calls of_node_get() on returned nodes again.
I guess this doesn't matter in cases where devicetree is a static entity.
However, this is not (or no longer) the case with devicetree overlays,
or more generically in cases where devicetree nodes are added and
removed dynamically.
Fundamental question: Would patches to fix this problem be accepted upstream ?
Or, of course, stepping a bit back: Am I missing something essential ?
Thanks,
Guenter
next reply other threads:[~2013-10-12 20:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-12 20:54 Guenter Roeck [this message]
2013-10-12 20:54 ` Usage of for_each_child_of_node() Guenter Roeck
[not found] ` <5259B6F8.3070701-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-10-13 3:15 ` Rob Herring
2013-10-13 3:15 ` Rob Herring
2013-10-23 7:10 ` Thierry Reding
[not found] ` <20131023071006.GA7708-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2013-10-23 16:16 ` Guenter Roeck
2013-10-23 16:16 ` Guenter Roeck
[not found] ` <20131023161644.GB20675-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-10-24 7:50 ` Thierry Reding
2013-10-24 7:50 ` Thierry Reding
2013-10-24 13:31 ` Guenter Roeck
[not found] ` <52692129.3070207-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2013-10-24 14:21 ` Thierry Reding
2013-10-24 14:21 ` Thierry Reding
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=5259B6F8.3070701@roeck-us.net \
--to=linux-0h96xk9xttrk1umjsbkqmq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.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 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.