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
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