From: kbuild test robot <lkp@intel.com>
To: Laurent Vivier <lvivier@redhat.com>
Cc: kbuild-all@01.org,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Laurent Vivier <lvivier@redhat.com>,
dgibson@redhat.com, thuth@redhat.com,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] powerpc: on crash, kexec'ed kernel needs all CPUs are online
Date: Fri, 16 Oct 2015 08:27:34 +0800 [thread overview]
Message-ID: <201510160813.XiFGrW7J%fengguang.wu@intel.com> (raw)
In-Reply-To: <1444935658-27319-1-git-send-email-lvivier@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]
Hi Laurent,
[auto build test ERROR on powerpc/next -- if it's inappropriate base, please suggest rules for selecting the more suitable base]
url: https://github.com/0day-ci/linux/commits/Laurent-Vivier/powerpc-on-crash-kexec-ed-kernel-needs-all-CPUs-are-online/20151016-030306
config: powerpc-wii_defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=powerpc
All errors (new ones prefixed by >>):
arch/powerpc/kernel/crash.c: In function 'wake_offline_cpus':
>> arch/powerpc/kernel/crash.c:315:4: error: implicit declaration of function 'cpu_up' [-Werror=implicit-function-declaration]
cpu_up(cpu);
^
cc1: all warnings being treated as errors
vim +/cpu_up +315 arch/powerpc/kernel/crash.c
309 {
310 int cpu = 0;
311
312 for_each_present_cpu(cpu) {
313 if (!cpu_online(cpu)) {
314 pr_info("kexec: Waking offline cpu %d.\n", cpu);
> 315 cpu_up(cpu);
316 }
317 }
318 }
---
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: 13518 bytes --]
next prev parent reply other threads:[~2015-10-16 0:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 19:00 Laurent Vivier
2015-10-16 0:27 ` kbuild test robot [this message]
2015-10-16 2:14 ` Michael Ellerman
2015-10-16 7:48 ` Laurent Vivier
2015-10-17 2:01 ` Benjamin Herrenschmidt
2015-10-16 2:29 ` David Gibson
2015-10-16 7:57 ` Laurent Vivier
2015-10-17 2:03 ` Benjamin Herrenschmidt
2015-11-04 12:34 ` Hari Bathini
2015-11-04 13:54 ` Laurent Vivier
2015-11-05 1:32 ` David Gibson
2015-11-05 6:59 ` Stewart Smith
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=201510160813.XiFGrW7J%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=benh@kernel.crashing.org \
--cc=dgibson@redhat.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=lvivier@redhat.com \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=thuth@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 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®