Re: linux-next: build failure after merge of the block tree
From: Song Liu
Date: Mon Jan 13 2025 - 01:03:59 EST
On Sun, Jan 12, 2025 at 5:52 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the block tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> make[5]: *** No rule to make target 'drivers/md/md-linear.o', needed by 'drivers/md/built-in.a'. Stop.
>
> Looks like a missed "git add".
>
> Caused by commit
>
> 7ad00dd67641 ("md: reintroduce md-linear")
>
> I have used the block tree from next-20250110 for today.
It was my fault. git-am hit a conflict, then I messed it up when
trying to apply the patch manually.
I will send a fix soon.
Song