All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [ardb:x86-efi-zboot 29/30] x86-bzimage.c:undefined reference to `kaslr_get_random_long'
Date: Tue, 21 Jan 2025 11:32:54 +0800	[thread overview]
Message-ID: <202501211130.RHcGFaDQ-lkp@intel.com> (raw)

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

                 reply	other threads:[~2025-01-21  3:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202501211130.RHcGFaDQ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ardb@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.