From: kbuild test robot <lkp@intel.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: kbuild-all@01.org, kvm-devel <kvm@vger.kernel.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Radim KrÄmáÅ" <rkrcmar@redhat.com>,
"Andrea Arcangeli" <aarcange@redhat.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
"Peter Zijlstra" <peterz@infradead.org>,
"Wanpeng Li" <kernellwp@gmail.com>,
"Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com>,
"Raslan KarimAllah" <karahmed@amazon.de>,
"Boris Ostrovsky" <boris.ostrovsky@oracle.com>,
"Ankur Arora" <ankur.a.arora@oracle.com>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
"Marcelo Tosatti" <mtosatti@redhat.com>
Subject: Re: [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized
Date: Tue, 4 Jun 2019 09:26:29 +0800 [thread overview]
Message-ID: <201906040923.9eb4xP54%lkp@intel.com> (raw)
In-Reply-To: <20190603225254.360289262@amt.cnet>
[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]
Hi Marcelo,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on kvm/linux-next]
[also build test ERROR on v5.2-rc3 next-20190603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Marcelo-Tosatti/cpuidle-haltpoll-driver-v2/20190604-083002
base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git linux-next
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# 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//kernel/kvm.c:906:1: error: expected identifier or '(' before '}' token
}
^
vim +906 arch/x86//kernel/kvm.c
894
895 void arch_haltpoll_disable(void)
896 {
897 if (!kvm_para_has_feature(KVM_FEATURE_POLL_CONTROL))
898 return;
899
900 preempt_disable();
901 /* Enabling guest halt poll disables host halt poll */
902 kvm_enable_host_haltpoll(NULL);
903 smp_call_function(kvm_enable_host_haltpoll, NULL, 1);
904 preempt_enable();
905 }
> 906 }
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 68871 bytes --]
next prev parent reply other threads:[~2019-06-04 1:27 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 22:52 [patch 0/3] cpuidle-haltpoll driver (v2) Marcelo Tosatti
2019-06-03 22:52 ` [patch 1/3] drivers/cpuidle: add cpuidle-haltpoll driver Marcelo Tosatti
2019-06-05 8:16 ` Ankur Arora
2019-06-06 17:51 ` Andrea Arcangeli
2019-06-07 20:20 ` Marcelo Tosatti
2019-06-06 19:03 ` Peter Zijlstra
2019-06-07 9:54 ` Rafael J. Wysocki
2019-06-03 22:52 ` [patch 2/3] kvm: x86: add host poll control msrs Marcelo Tosatti
2019-06-06 12:04 ` Paolo Bonzini
2019-06-03 22:52 ` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized Marcelo Tosatti
2019-06-04 1:26 ` kbuild test robot [this message]
2019-06-04 12:24 ` [patch v2 " Marcelo Tosatti
2019-06-06 18:25 ` Joao Martins
2019-06-06 18:36 ` Andrea Arcangeli
2019-06-06 18:51 ` Joao Martins
2019-06-06 19:22 ` Joao Martins
2019-06-06 21:01 ` Andrea Arcangeli
2019-06-07 20:38 ` Marcelo Tosatti
2019-06-07 20:25 ` Marcelo Tosatti
2019-06-07 9:49 ` [patch 0/3] cpuidle-haltpoll driver (v2) Rafael J. Wysocki
2019-06-07 17:16 ` Marcelo Tosatti
2019-06-07 18:22 ` Paolo Bonzini
2019-06-07 21:38 ` Marcelo Tosatti
2019-06-10 14:59 ` Marcelo Tosatti
2019-06-10 22:03 ` Rafael J. Wysocki
2019-06-11 14:26 ` Marcelo Tosatti
2019-06-11 21:24 ` Rafael J. Wysocki
2019-06-17 15:57 ` Peter Zijlstra
-- strict thread matches above, loose matches on Subject: below --
2019-06-11 19:40 [patch 0/3] cpuidle-haltpoll driver (v3) Marcelo Tosatti
2019-06-11 19:40 ` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized Marcelo Tosatti
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=201906040923.9eb4xP54%lkp@intel.com \
--to=lkp@intel.com \
--cc=aarcange@redhat.com \
--cc=ankur.a.arora@oracle.com \
--cc=boris.ostrovsky@oracle.com \
--cc=borntraeger@de.ibm.com \
--cc=karahmed@amazon.de \
--cc=kbuild-all@01.org \
--cc=kernellwp@gmail.com \
--cc=konrad.wilk@oracle.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rkrcmar@redhat.com \
/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.