Re: [PATCH v6 0/2] device property: add test cases for fwnode_for_each_child_node()

Xu Yang <[email protected]> Tue, 21 Jul 2026 22:28:40 +0800
Newsgroups dev.linux.lists.driver-core,dev.linux.lists.imx,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <572onftjydncuwbel36x22osqckmydxcu23dkijltdg7k36rly@z44ahzeb5ntn>
Hi Andy,

On Tue, Jul 21, 2026 at 02:15:22PM +0300, Andy Shevchenko wrote:
> On Tue, Jul 21, 2026 at 06:54:46PM +0800, Xu Yang wrote:
> 
> > This patchset will fix lkp reported issue when adding test cases for
> > fwnode_for_each_child_node().
> > 
> >   ERROR: modpost: "of_node_ktype"
> >     [drivers/base/test/property-entry-test.ko] undefined!
> 
> Why v6? Where is changelog?
> No need to resend this time, reply with missing information added.

The previous patchset was v5, which I created by continuing from the
v4 patchset you had pushed.
So I continue v6 here.

Changes in v6:
 - Use EXPORT_SYMBOL_IF_KUNIT(of_node_ktype) for kuint test

Changes in v5:
 - add EXPORT_SYMBOL_GPL(of_node_ktype) to fix the issue
 - Link: https://lore.kernel.org/driver-core/[email protected]/

Thanks,
Xu Yang