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/20260720104730.1285552-1-xu.yang_2@oss.nxp.com/
Thanks,
Xu Yang