* [intel-tdx:kvm-upstream 68/135] arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
@ 2022-01-24 11:40 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-01-24 11:40 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]
tree: https://github.com/intel/tdx.git kvm-upstream
head: cf0e0f3ada8796602d986a2b3b5c91bb2d6126e3
commit: c24ea1a38f8e354cf113474401dcdc1d1a81aa45 [68/135] KVM: TDX: create/destroy VM structure
config: x86_64-randconfig-a002 (https://download.01.org/0day-ci/archive/20220124/202201241926.J8dgJCQB-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/intel/tdx/commit/c24ea1a38f8e354cf113474401dcdc1d1a81aa45
git remote add intel-tdx https://github.com/intel/tdx.git
git fetch --no-tags intel-tdx kvm-upstream
git checkout c24ea1a38f8e354cf113474401dcdc1d1a81aa45
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
ld: arch/x86/kvm/vmx/main.o: in function `vt_vm_init':
>> arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
vim +35 arch/x86/kvm/vmx/main.c
31
32 static int vt_vm_init(struct kvm *kvm)
33 {
34 if (kvm->arch.vm_type == KVM_X86_TDX_VM)
> 35 return tdx_vm_init(kvm);
36
37 return vmx_vm_init(kvm);
38 }
39
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* [intel-tdx:kvm-upstream 68/135] arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
@ 2022-01-24 11:40 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-01-24 11:40 UTC (permalink / raw)
To: Sean Christopherson; +Cc: kbuild-all, linux-kernel, Isaku Yamahata
tree: https://github.com/intel/tdx.git kvm-upstream
head: cf0e0f3ada8796602d986a2b3b5c91bb2d6126e3
commit: c24ea1a38f8e354cf113474401dcdc1d1a81aa45 [68/135] KVM: TDX: create/destroy VM structure
config: x86_64-randconfig-a002 (https://download.01.org/0day-ci/archive/20220124/202201241926.J8dgJCQB-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/intel/tdx/commit/c24ea1a38f8e354cf113474401dcdc1d1a81aa45
git remote add intel-tdx https://github.com/intel/tdx.git
git fetch --no-tags intel-tdx kvm-upstream
git checkout c24ea1a38f8e354cf113474401dcdc1d1a81aa45
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
ld: arch/x86/kvm/vmx/main.o: in function `vt_vm_init':
>> arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
vim +35 arch/x86/kvm/vmx/main.c
31
32 static int vt_vm_init(struct kvm *kvm)
33 {
34 if (kvm->arch.vm_type == KVM_X86_TDX_VM)
> 35 return tdx_vm_init(kvm);
36
37 return vmx_vm_init(kvm);
38 }
39
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-24 11:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 11:40 [intel-tdx:kvm-upstream 68/135] arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init' kernel test robot
2022-01-24 11:40 ` 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.