On Mon, Oct 31, 2022 at 05:09:56PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the random tree, today's linux-next build (arm64 defconfig) > failed like this: > > arch/arm64/kernel/pi/kaslr_early.c: In function 'kaslr_early_init': > arch/arm64/kernel/pi/kaslr_early.c:97:22: error: implicit declaration of function '__early_cpu_has_rndr' [-Werror=implicit-function-declaration] > 97 | if (!__early_cpu_has_rndr() || > | ^~~~~~~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors > > Caused by commit > > 70ae866ab6b3 ("random: remove early archrandom abstraction") > > I have used the ramdom tree from next-20221028 for today. Thanks, sorted. Jason