From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 3231/3956] arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin'
Date: Fri, 15 Jan 2021 22:41:50 +0800 [thread overview]
Message-ID: <202101152238.y96cmSC3-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: b3a3cbdec55b090d22a09f75efb7c7d34cb97f25
commit: 3d7746bea92530e8695258a3cf3ddec7a135edd6 [3231/3956] x86/xen: Fix xen_hvm_smp_init() when vector callback not available
config: x86_64-randconfig-r021-20210115 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 5b42fd8dd4e7e29125a09a41a33af7c9cb57d144)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=3d7746bea92530e8695258a3cf3ddec7a135edd6
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 3d7746bea92530e8695258a3cf3ddec7a135edd6
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
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 >>):
>> arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin'
nopvspin = true;
^
1 error generated.
vim +/nopvspin +77 arch/x86/xen/smp_hvm.c
68
69 void __init xen_hvm_smp_init(void)
70 {
71 smp_ops.smp_prepare_boot_cpu = xen_hvm_smp_prepare_boot_cpu;
72 smp_ops.smp_prepare_cpus = xen_hvm_smp_prepare_cpus;
73 smp_ops.smp_cpus_done = xen_smp_cpus_done;
74 smp_ops.cpu_die = xen_hvm_cpu_die;
75
76 if (!xen_have_vector_callback) {
> 77 nopvspin = true;
---
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: 35232 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: David Woodhouse <dwmw@amazon.co.uk>
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
Linux Memory Management List <linux-mm@kvack.org>,
Juergen Gross <jgross@suse.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Subject: [linux-next:master 3231/3956] arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin'
Date: Fri, 15 Jan 2021 22:41:50 +0800 [thread overview]
Message-ID: <202101152238.y96cmSC3-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2021 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: b3a3cbdec55b090d22a09f75efb7c7d34cb97f25
commit: 3d7746bea92530e8695258a3cf3ddec7a135edd6 [3231/3956] x86/xen: Fix xen_hvm_smp_init() when vector callback not available
config: x86_64-randconfig-r021-20210115 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 5b42fd8dd4e7e29125a09a41a33af7c9cb57d144)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=3d7746bea92530e8695258a3cf3ddec7a135edd6
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 3d7746bea92530e8695258a3cf3ddec7a135edd6
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
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 >>):
>> arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin'
nopvspin = true;
^
1 error generated.
vim +/nopvspin +77 arch/x86/xen/smp_hvm.c
68
69 void __init xen_hvm_smp_init(void)
70 {
71 smp_ops.smp_prepare_boot_cpu = xen_hvm_smp_prepare_boot_cpu;
72 smp_ops.smp_prepare_cpus = xen_hvm_smp_prepare_cpus;
73 smp_ops.smp_cpus_done = xen_smp_cpus_done;
74 smp_ops.cpu_die = xen_hvm_cpu_die;
75
76 if (!xen_have_vector_callback) {
> 77 nopvspin = true;
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 35232 bytes --]
next reply other threads:[~2021-01-15 14:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-15 14:41 kernel test robot [this message]
2021-01-15 14:41 ` [linux-next:master 3231/3956] arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin' 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=202101152238.y96cmSC3-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.