From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [intel-tdx:kvm-upstream 68/135] arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
Date: Mon, 24 Jan 2022 19:40:50 +0800 [thread overview]
Message-ID: <202201241926.J8dgJCQB-lkp@intel.com> (raw)
[-- 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
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Isaku Yamahata <isaku.yamahata@intel.com>
Subject: [intel-tdx:kvm-upstream 68/135] arch/x86/kvm/vmx/main.c:35: undefined reference to `tdx_vm_init'
Date: Mon, 24 Jan 2022 19:40:50 +0800 [thread overview]
Message-ID: <202201241926.J8dgJCQB-lkp@intel.com> (raw)
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
next reply other threads:[~2022-01-24 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 11:40 kernel test robot [this message]
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
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=202201241926.J8dgJCQB-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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.