From: kbuild test robot <lkp@intel.com>
To: Mahesh J Salgaonkar <mahesh@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, linuxppc-dev <linuxppc-dev@ozlabs.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Milton Miller <miltonm@us.ibm.com>,
Hari Bathini <hbathini@linux.vnet.ibm.com>,
Anton Blanchard <anton@samba.org>
Subject: Re: [PATCH] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit.
Date: Tue, 2 Feb 2016 02:35:51 +0800 [thread overview]
Message-ID: <201602020236.4HiYCOw3%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160201171444.3781.86591.stgit@mars.in.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1547 bytes --]
Hi Mahesh,
[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.5-rc2 next-20160201]
[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/Mahesh-J-Salgaonkar/ppc64-boot-Wait-for-boot-cpu-to-show-up-if-nr_cpus-limit-is-about-to-hit/20160202-012114
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-allnoconfig (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/prom.c: In function 'early_init_dt_scan_cpus':
>> arch/powerpc/kernel/prom.c:345:14: error: lvalue required as left operand of assignment
nr_cpu_ids = _ALIGN_UP(nr_cpu_ids, nthreads);
^
vim +345 arch/powerpc/kernel/prom.c
339
340 /*
341 * Now that we know threads per core lets align nr_cpu_ids to
342 * correct SMT value.
343 */
344 if (nr_cpu_ids % nthreads) {
> 345 nr_cpu_ids = _ALIGN_UP(nr_cpu_ids, nthreads);
346 pr_info("Aligned nr_cpus to SMT=%d, nr_cpu_ids = %d\n",
347 nthreads, nr_cpu_ids);
348 }
---
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: 5708 bytes --]
next prev parent reply other threads:[~2016-02-01 18:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-01 17:17 [PATCH] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit Mahesh J Salgaonkar
2016-02-01 18:35 ` kbuild test robot [this message]
2016-02-02 13:58 ` Denis Kirjanov
2016-02-02 15:01 ` Mahesh Jagannath Salgaonkar
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=201602020236.4HiYCOw3%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=anton@samba.org \
--cc=hbathini@linux.vnet.ibm.com \
--cc=kbuild-all@01.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=mahesh@linux.vnet.ibm.com \
--cc=miltonm@us.ibm.com \
--cc=mpe@ellerman.id.au \
/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;
as well as URLs for NNTP newsgroup(s).