Re: linux-next: build failure after merge of the kunit-fixes tree

From: David Gow
Date: Fri Jun 25 2021 - 07:31:26 EST


On Fri, Jun 25, 2021 at 6:05 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the kunit-fixes tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> In file included from drivers/thunderbolt/test.c:9:

[...snip...]

>
> Caused by commit
>
> 8f0877c26e4b ("thunderbolt: test: Remove some casts which are no longer required")
>

These are fixed by this patch, which hopefully will be in kunit-fixes soon:
https://lore.kernel.org/linux-kselftest/20210624084823.15031-1-davidgow@xxxxxxxxxx/

There's also another issue which can cause a build failure, fixed here:
https://lore.kernel.org/linux-kselftest/20210625111603.358518-1-davidgow@xxxxxxxxxx/

With those two patches applied, the kselftest/kunit-fixes branch
should build fine, and all of the thunderbolt tests pass.

Sorry about the fuss!

Cheers,
-- David