From: kbuild test robot <lkp@intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: kbuild-all@01.org, Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
linux-kernel@vger.kernel.org, "Ong,
Boon Leong" <boon.leong.ong@intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: Re: [PATCH v1 1/1] x86/platform/quark: Print boundaries correctly
Date: Thu, 21 Jan 2016 04:12:47 +0800 [thread overview]
Message-ID: <201601210441.7yvmrqFe%fengguang.wu@intel.com> (raw)
In-Reply-To: <1453317596-25356-1-git-send-email-andriy.shevchenko@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2182 bytes --]
Hi Andy,
[auto build test ERROR on tip/auto-latest]
[also build test ERROR on v4.4 next-20160120]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Andy-Shevchenko/x86-platform-quark-Print-boundaries-correctly/20160121-032714
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
arch/x86/platform/intel-quark/imr.c: In function 'imr_fixup_memmap':
>> arch/x86/platform/intel-quark/imr.c:600:3: error: invalid use of array with unspecified bounds
pr_err("unable to setup IMR for kernel: (%p - %p)\n",
^
arch/x86/platform/intel-quark/imr.c:603:3: error: invalid use of array with unspecified bounds
pr_info("protecting kernel .text - .rodata: %zu KiB (%p - %p)\n",
^
vim +600 arch/x86/platform/intel-quark/imr.c
4fc6cc68 Andy Shevchenko 2016-01-20 594 *
4fc6cc68 Andy Shevchenko 2016-01-20 595 * We don't round up @size since it is already PAGE_SIZE aligned.
4fc6cc68 Andy Shevchenko 2016-01-20 596 * See vmlinux.lds.S for details.
28a375df Bryan O'Donoghue 2015-01-30 597 */
28a375df Bryan O'Donoghue 2015-01-30 598 ret = imr_add_range(base, size, IMR_CPU, IMR_CPU, true);
28a375df Bryan O'Donoghue 2015-01-30 599 if (ret < 0) {
28a375df Bryan O'Donoghue 2015-01-30 @600 pr_err("unable to setup IMR for kernel: (%p - %p)\n",
4fc6cc68 Andy Shevchenko 2016-01-20 601 &_text, &__end_rodata - 1);
28a375df Bryan O'Donoghue 2015-01-30 602 } else {
28a375df Bryan O'Donoghue 2015-01-30 603 pr_info("protecting kernel .text - .rodata: %zu KiB (%p - %p)\n",
:::::: The code at line 600 was first introduced by commit
:::::: 28a375df16c2b6d01227541f3956568995aa5fda x86/intel/quark: Add Isolated Memory Regions for Quark X1000
:::::: TO: Bryan O'Donoghue <pure.logic@nexus-software.ie>
:::::: CC: Ingo Molnar <mingo@kernel.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 53093 bytes --]
prev parent reply other threads:[~2016-01-20 20:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-20 19:19 Andy Shevchenko
2016-01-20 20:12 ` kbuild test robot [this message]
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=201601210441.7yvmrqFe%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=boon.leong.ong@intel.com \
--cc=hpa@zytor.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®