Re: linux-next: build failure after merge of the kunit-fixes tree
From: David Gow <hidden>
Date: 2021-06-25 11:31:26
Also in:
lkml
From: David Gow <hidden>
Date: 2021-06-25 11:31:26
Also in:
lkml
On Fri, Jun 25, 2021 at 6:05 PM Stephen Rothwell [off-list ref] 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@google.com/ (local) There's also another issue which can cause a build failure, fixed here: https://lore.kernel.org/linux-kselftest/20210625111603.358518-1-davidgow@google.com/ (local) 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