On Fri, Jun 25, 2021 at 2:52 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > After merging the kunit-fixes tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > lib/kunit/executor.c:26:1: error: expected identifier or '(' before '+' token > 26 | +kunit_filter_subsuite(struct kunit_suite * const * const subsuite, > | ^ > lib/kunit/executor.c: At top level: > lib/kunit/executor.c:140:10: fatal error: executor_test.c: No such file or directory > 140 | #include "executor_test.c" > | ^~~~~~~~~~~~~~~~~ > > Caused by commit > > c9d80ffc5a0a ("kunit: add unit test for filtering suites by names") For posterity, David sent out a patch addressing this here: https://lore.kernel.org/linux-kselftest/20210625111603.358518-1-davidgow@xxxxxxxxxx/ > > -- > Cheers, > Stephen Rothwell