From: kbuild test robot <lkp@intel.com>
To: "Thomas, Gleixner," <tglx@linutronix.de>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, x86@kernel.org
Subject: [tip:x86/entry 19/19] arch/x86/kernel/idt.c:177:43: error: expected ';' before ')' token
Date: Mon, 1 Jun 2020 07:09:31 +0800 [thread overview]
Message-ID: <202006010728.gcidWDNp%lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/entry
head: 5980d208e5ef28455e9e8b08f6250b443a2f0893
commit: 5980d208e5ef28455e9e8b08f6250b443a2f0893 [19/19] x86/idt: Consolidate idt functionality
config: i386-randconfig-c001-20200529 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
arch/x86/kernel/idt.c: In function 'idt_is_f00f_address':
>> arch/x86/kernel/idt.c:177:43: error: expected ';' before ')' token
177 | return (address - idt_descr.address) >> 3) == 6;
| ^
| ;
>> arch/x86/kernel/idt.c:177:43: error: expected statement before ')' token
>> arch/x86/kernel/idt.c:177:45: error: expected expression before '==' token
177 | return (address - idt_descr.address) >> 3) == 6;
| ^~
vim +177 arch/x86/kernel/idt.c
173
174 #ifdef CONFIG_X86_F00F_BUG
175 bool idt_is_f00f_address(unsigned long address)
176 {
> 177 return (address - idt_descr.address) >> 3) == 6;
178 }
179 #endif
180
---
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: 36226 bytes --]
reply other threads:[~2020-05-31 23:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202006010728.gcidWDNp%lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox