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

From: Ard Biesheuvel
Date: Mon Mar 13 2023 - 19:07:09 EST


On Mon, 13 Mar 2023 at 23:40, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the efi-fixes tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arm-linux-gnueabi-ld: drivers/firmware/efi/efi-init.o: in function `efi_init':
> efi-init.c:(.init.text+0x474): undefined reference to `efi_earlycon_reprobe'
>
> Caused by commit
>
> 3923c4cf06af ("efi: earlycon: Reprobe after parsing config tables")
>
> $ grep CONFIG_EFI_EARLYCON .config
> $
>
> I have used the efi-fixes tree from next-20230310 for today.
>

Thanks for the report. It has already been fixed on the branch, so the
next time you pull it, things should build as expected.