From: kbuild test robot <lkp@intel.com>
To: Michael Bringmann <mwb@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Reza Arbab <arbab@linux.vnet.ibm.com>,
Thomas Gleixner <tglx@linutronix.de>,
Bharata B Rao <bharata@linux.vnet.ibm.com>,
Balbir Singh <bsingharora@gmail.com>,
Michael Bringmann <mwb@linux.vnet.ibm.com>,
Shailendra Singh <shailendras@nvidia.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
Nathan Fontenot <nfont@linux.vnet.ibm.com>,
Andrew Donnellan <andrew.donnellan@au1.ibm.com>,
John Allen <jallen@linux.vnet.ibm.com>,
Tyrel Datwyler <tyreld@linux.vnet.ibm.com>,
Sahil Mehta <sahilmehta17@gmail.com>,
Rashmica Gupta <rashmicy@gmail.com>,
Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH V6 2/2] powerpc/numa: Update CPU topology when VPHN enabled
Date: Sun, 25 Jun 2017 08:04:05 +0800 [thread overview]
Message-ID: <201706250819.aSSfPnOW%fengguang.wu@intel.com> (raw)
In-Reply-To: <763c7e09-b5e3-d336-75a9-d138aac481b9@linux.vnet.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 2220 bytes --]
Hi Michael,
[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.12-rc6 next-20170623]
[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/Michael-Bringmann/powerpc-hotplug-Ensure-enough-nodes-avail-for-operations/20170621-141803
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-storcenter_defconfig (attached as .config)
compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/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 >>):
In file included from include/linux/topology.h:35:0,
from include/linux/gfp.h:8,
from include/linux/idr.h:16,
from include/linux/kernfs.h:14,
from include/linux/sysfs.h:15,
from include/linux/kobject.h:21,
from include/linux/of.h:21,
from include/linux/irqdomain.h:34,
from arch/powerpc/include/asm/irq.h:12,
from arch/powerpc/include/asm/prom.h:19,
from arch/powerpc/kernel/cputable.c:22:
>> arch/powerpc/include/asm/topology.h:85:12: error: 'timed_topology_update' defined but not used [-Werror=unused-function]
static int timed_topology_update(int nsecs)
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/timed_topology_update +85 arch/powerpc/include/asm/topology.h
79 #endif /* CONFIG_NUMA && CONFIG_PPC_SPLPAR */
80
81 #if defined(CONFIG_NUMA) && defined(CONFIG_PPC_SPLPAR) && \
82 defined(CONFIG_HOTPLUG_CPU)
83 extern int timed_topology_update(int nsecs);
84 #else
> 85 static int timed_topology_update(int nsecs)
86 {
87 return 0;
88 }
---
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: 15018 bytes --]
next prev parent reply other threads:[~2017-06-25 0:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-20 15:14 [PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory Michael Bringmann
2017-06-20 15:14 ` [PATCH V6 1/2] powerpc/hotplug: Ensure enough nodes avail for operations Michael Bringmann
2017-06-21 9:52 ` Michael Ellerman
2017-06-21 14:24 ` Michael Bringmann
2017-06-20 15:15 ` [PATCH V6 2/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann
2017-06-25 0:04 ` kbuild test robot [this message]
2017-06-21 9:54 ` [PATCH V6 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory Michael Ellerman
2017-06-21 14:18 ` Michael Bringmann
-- strict thread matches above, loose matches on Subject: below --
2017-06-19 22:09 Michael Bringmann
2017-06-19 22:13 ` [PATCH V6 2/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann
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=201706250819.aSSfPnOW%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andrew.donnellan@au1.ibm.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=arbab@linux.vnet.ibm.com \
--cc=benh@kernel.crashing.org \
--cc=bharata@linux.vnet.ibm.com \
--cc=bigeasy@linutronix.de \
--cc=bsingharora@gmail.com \
--cc=jallen@linux.vnet.ibm.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mingo@kernel.org \
--cc=mpe@ellerman.id.au \
--cc=mwb@linux.vnet.ibm.com \
--cc=nfont@linux.vnet.ibm.com \
--cc=paulus@samba.org \
--cc=rashmicy@gmail.com \
--cc=sahilmehta17@gmail.com \
--cc=shailendras@nvidia.com \
--cc=tglx@linutronix.de \
--cc=tyreld@linux.vnet.ibm.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®