Re: [PATCH v4 3/3] device property: add test cases for fwnode_for_each_child_node()
Andy Shevchenko <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-acpi,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Sat, Jul 18, 2026 at 04:18:12PM +0200, Danilo Krummrich wrote: > On Thu Jun 11, 2026 at 10:31 PM CEST, Andy Shevchenko wrote: > > > > Add test cases for fwnode_for_each_child_node() API. > > > > Test command: > > $ ./tools/testing/kunit/kunit.py run property-entry > > > > Signed-off-by: Xu Yang <[email protected]> > > Signed-off-by: Andy Shevchenko <[email protected]> > > This patch broke the build [1], hence I dropped it from the queue (but kept the > first two patches of this series). > > of_node_init() can't be used from modules, either it needs EXPORT_SYMBOL_GPL() > itself, or of_node_ktype needs to be exported for this kunit test to work. Oh, thanks for pointing out. > [1] https://lore.kernel.org/all/[email protected]/ -- With Best Regards, Andy Shevchenko