linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [efi:next 9/13] arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'?
@ 2019-12-31 15:45 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-12-31 15:45 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: kbuild-all, linux-efi

[-- Attachment #1: Type: text/plain, Size: 1701 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next
head:   ab041b67577c2c9ac0f43438359d0126d1d2c6d5
commit: c2a8bab63fecf3375e459b83ba6f1cd07dcb2477 [9/13] efi/x86: simplify mixed mode call wrapper
config: x86_64-lkp (attached as .config)
compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
reproduce:
        git checkout c2a8bab63fecf3375e459b83ba6f1cd07dcb2477
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/x86//platform/efi/efi_64.c: In function 'efi_set_virtual_address_map':
>> arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'? [-Werror=implicit-function-declaration]
      return efi_thunk_set_virtual_address_map(memory_map_size,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             efi_set_virtual_address_map
   cc1: some warnings being treated as errors

vim +1029 arch/x86//platform/efi/efi_64.c

  1018	
  1019	efi_status_t __init efi_set_virtual_address_map(unsigned long memory_map_size,
  1020							unsigned long descriptor_size,
  1021							u32 descriptor_version,
  1022							efi_memory_desc_t *virtual_map)
  1023	{
  1024		efi_status_t status;
  1025		unsigned long flags;
  1026		pgd_t *save_pgd = NULL;
  1027	
  1028		if (efi_is_mixed())
> 1029			return efi_thunk_set_virtual_address_map(memory_map_size,

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28789 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-31 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 15:45 [efi:next 9/13] arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'? kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).