Re: [PATCH v4 3/3] device property: add test cases for fwnode_for_each_child_node()
From: Danilo Krummrich
Date: Sat Jul 18 2026 - 10:18:33 EST
(Cc: OF)
On Thu Jun 11, 2026 at 10:31 PM CEST, Andy Shevchenko wrote:
> From: Xu Yang <xu.yang_2@xxxxxxx>
>
> 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 <xu.yang_2@xxxxxxx>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
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.
[1] https://lore.kernel.org/all/202607181651.RnUuV8n6-lkp@xxxxxxxxx/