2022-08-31 09:23:58

by Stephen Rothwell

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

Hi all,

After merging the arm tree, today's linux-next build (quite a few
including arm allnoconfig clang-16, arm allnoconfig gcc-10) failed
like this:

ld.lld: error: undefined symbol: phys_initrd_start
or
init.c:(.init.text+0xd4): undefined reference to `phys_initrd_start'

Caused by commit

b35b2736b43d ("ARM: 9230/1: Support initrd with address in boot alias region")

--
Cheers,
Stephen Rothwell


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

2022-08-31 09:45:38

by Matija Glavinic Pecotic

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

Hi,

On 31.08.2022 11:10, Stephen Rothwell wrote:
> After merging the arm tree, today's linux-next build (quite a few
> including arm allnoconfig clang-16, arm allnoconfig gcc-10) failed
> like this:
>
> ld.lld: error: undefined symbol: phys_initrd_start
> or
> init.c:(.init.text+0xd4): undefined reference to `phys_initrd_start'
>
> Caused by commit
>
> b35b2736b43d ("ARM: 9230/1: Support initrd with address in boot alias region")

my apologies for that, I missed to test with CONFIG_BLK_DEV_INITRD=n

I've seen Russell dropping patch already, hopefully update will
soon follow.

Regards,

Matija