2023-03-13 22:40:19

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the efi-fixes tree

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.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2023-03-13 23:07:10

by Ard Biesheuvel

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the efi-fixes tree

On Mon, 13 Mar 2023 at 23:40, Stephen Rothwell <[email protected]> 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.