All of lore.kernel.org
 help / color / mirror / Atom feed
* [joro:sev-es-client-v5.6-rc1 55/62] arch/x86/kernel/cpu/vmware.c:308:34: error: 'vmware_sev_es_hcall_prepare' undeclared here (not in a function)
@ 2020-02-11 22:38 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-02-11 22:38 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/joro/linux.git sev-es-client-v5.6-rc1
head:   12f30df5e3e9037d01b41fa676867672c2e02519
commit: e195ed67479d7d2698326a31ea0ebef41570fc86 [55/62] x86/vmware: Add VMware specific handling for VMMCALL under SEV-ES
config: i386-randconfig-a003-20200212 (attached as .config)
compiler: gcc-6 (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
reproduce:
        git checkout e195ed67479d7d2698326a31ea0ebef41570fc86
        # save the attached .config to linux build tree
        make ARCH=i386 

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/kernel/cpu/vmware.c:308:34: error: 'vmware_sev_es_hcall_prepare' undeclared here (not in a function)
     .runtime.sev_es_hcall_prepare = vmware_sev_es_hcall_prepare,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>> arch/x86/kernel/cpu/vmware.c:309:33: error: 'vmware_sev_es_hcall_finish' undeclared here (not in a function)
     .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~

vim +/vmware_sev_es_hcall_prepare +308 arch/x86/kernel/cpu/vmware.c

   301	
   302	const __initconst struct hypervisor_x86 x86_hyper_vmware = {
   303		.name				= "VMware",
   304		.detect				= vmware_platform,
   305		.type				= X86_HYPER_VMWARE,
   306		.init.init_platform		= vmware_platform_setup,
   307		.init.x2apic_available		= vmware_legacy_x2apic_available,
 > 308		.runtime.sev_es_hcall_prepare	= vmware_sev_es_hcall_prepare,
 > 309		.runtime.sev_es_hcall_finish	= vmware_sev_es_hcall_finish,

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

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

only message in thread, other threads:[~2020-02-11 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 22:38 [joro:sev-es-client-v5.6-rc1 55/62] arch/x86/kernel/cpu/vmware.c:308:34: error: 'vmware_sev_es_hcall_prepare' undeclared here (not in a function) kbuild 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.