* [ardb:x86-efi-zboot 29/30] x86-bzimage.c:undefined reference to `kaslr_get_random_long'
@ 2025-01-21 3:32 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-01-21 3:32 UTC (permalink / raw)
To: Ard Biesheuvel; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git x86-efi-zboot
head: d9643e73517e2ecc1c3dac9a4724ddfb866620c3
commit: 8785c948523908af9cab93e4f845bdf476c653dc [29/30] efistub/x86: Refactor decompression flow to prepare for zboot support
config: i386-buildonly-randconfig-001-20250121 (https://download.01.org/0day-ci/archive/20250121/202501211130.RHcGFaDQ-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250121/202501211130.RHcGFaDQ-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202501211130.RHcGFaDQ-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
drivers/firmware/efi/libstub/x86-stub.c: In function 'efi_pe_common_entry':
>> drivers/firmware/efi/libstub/x86-stub.c:457:9: warning: implicit declaration of function 'efi_stub_entry'; did you mean 'efi_pe_entry'? [-Wimplicit-function-declaration]
457 | efi_stub_entry(handle, sys_table_arg, boot_params);
| ^~~~~~~~~~~~~~
| efi_pe_entry
--
ld: Unexpected GOT/PLT entries detected!
ld: Unexpected run-time procedure linkages detected!
>> ld: Unexpected run-time relocations (.rel) detected!
ld: drivers/firmware/efi/libstub/x86-bzimage.stub.o: in function `efi_get_seed':
>> x86-bzimage.c:(.text+0x51): undefined reference to `kaslr_get_random_long'
ld: drivers/firmware/efi/libstub/x86-stub.stub.o: in function `efi_pe_common_entry':
>> x86-stub.c:(.text+0x212): undefined reference to `efi_stub_entry'
ld: arch/x86/boot/compressed/vmlinux: hidden symbol `kaslr_get_random_long' isn't defined
ld: final link failed: bad value
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-21 3:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 3:32 [ardb:x86-efi-zboot 29/30] x86-bzimage.c:undefined reference to `kaslr_get_random_long' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.