linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michael Bringmann <mwb@linux.vnet.ibm.com>
To: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH V3 1/2] powerpc/numa: Update CPU topology when VPHN enabled
Date: Mon, 5 Jun 2017 09:48:27 -0500	[thread overview]
Message-ID: <82db34cc-7bb4-00cd-a8c8-ef1143e09d02@linux.vnet.ibm.com> (raw)
In-Reply-To: <201706041107.Ri5JRxir%fengguang.wu@intel.com>

This build appears to be using V3 of the patch.  V4 of the patch corrected the placement
of the local variables with respect to '#ifdef CONFIG_PPC_SPLPAR'.

On 06/03/2017 10:13 PM, kbuild test robot wrote:
> Hi Michael,
> 
> [auto build test ERROR on powerpc/next]
> [also build test ERROR on v4.12-rc3 next-20170602]
> [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-numa-Update-CPU-topology-when-VPHN-enabled/20170527-052650
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
> config: powerpc-cell_defconfig (attached as .config)
> compiler: powerpc64-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 >>):
> 
>>> arch/powerpc/mm/numa.c:47:12: error: 'topology_update_needed' defined but not used [-Werror=unused-variable]
>     static int topology_update_needed;
>                ^~~~~~~~~~~~~~~~~~~~~~
>>> arch/powerpc/mm/numa.c:46:12: error: 'topology_inited' defined but not used [-Werror=unused-variable]
>     static int topology_inited;
>                ^~~~~~~~~~~~~~~
>    cc1: all warnings being treated as errors
> 
> vim +/topology_update_needed +47 arch/powerpc/mm/numa.c
> 
>     40	#include <asm/paca.h>
>     41	#include <asm/hvcall.h>
>     42	#include <asm/setup.h>
>     43	#include <asm/vdso.h>
>     44	
>     45	static int numa_enabled = 1;
>   > 46	static int topology_inited;
>   > 47	static int topology_update_needed;
>     48	
>     49	static char *cmdline __initdata;
>     50	
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 

-- 
Michael W. Bringmann
Linux Technology Center
IBM Corporation
Tie-Line  363-5196
External: (512) 286-5196
Cell:       (512) 466-0650
mwb@linux.vnet.ibm.com

  reply	other threads:[~2017-06-05 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170526124725.32917.86194.stgit@ltcalpine2-lp20.aus.stglabs.ibm.com>
2017-05-26 12:56 ` [PATCH V3 1/2] powerpc/numa: Update CPU topology when VPHN enabled Michael Bringmann
2017-06-04  3:13   ` kbuild test robot
2017-06-05 14:48     ` Michael Bringmann [this message]
2017-06-06 10:38       ` Michael Ellerman
2017-05-26 12:56 ` [PATCH V3 2/2] powerpc/hotplug/mm: Fix hot-add memory node assoc 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=82db34cc-7bb4-00cd-a8c8-ef1143e09d02@linux.vnet.ibm.com \
    --to=mwb@linux.vnet.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.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;
as well as URLs for NNTP newsgroup(s).