linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Alistair Popple <alistair@popple.id.au>
Cc: kbuild-all@01.org, linuxppc-dev@ozlabs.org,
	gwshan@linux.vnet.ibm.com,
	Alistair Popple <alistair@popple.id.au>
Subject: Re: [PATCH v2] platforms/powernv: Add support for Nvlink NPUs
Date: Tue, 10 Nov 2015 16:51:54 +0800	[thread overview]
Message-ID: <201511101653.Cye3vn8C%fengguang.wu@intel.com> (raw)
In-Reply-To: <1447122491-27573-1-git-send-email-alistair@popple.id.au>

[-- Attachment #1: Type: text/plain, Size: 2503 bytes --]

Hi Alistair,

[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.3 next-20151110]

url:    https://github.com/0day-ci/linux/commits/Alistair-Popple/platforms-powernv-Add-support-for-Nvlink-NPUs/20151110-103410
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-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/platforms/powernv/pci-ioda.c: In function 'pnv_ioda_setup_dev_PE':
>> arch/powerpc/platforms/powernv/pci-ioda.c:960:5: error: 'struct pci_dn' has no member named 'pcidev'
     pdn->pcidev = dev;
        ^
--
   arch/powerpc/platforms/powernv/npu-dma.c: In function 'get_pci_dev':
>> arch/powerpc/platforms/powernv/npu-dma.c:27:19: error: 'struct pci_dn' has no member named 'pcidev'
     return PCI_DN(dn)->pcidev;
                      ^
   arch/powerpc/platforms/powernv/npu-dma.c:28:1: warning: control reaches end of non-void function [-Wreturn-type]
    }
    ^

vim +960 arch/powerpc/platforms/powernv/pci-ioda.c

184cd4a3 Benjamin Herrenschmidt 2011-11-15  954  	 * once we actually start removing things (Hotplug, SR-IOV, ...)
184cd4a3 Benjamin Herrenschmidt 2011-11-15  955  	 *
184cd4a3 Benjamin Herrenschmidt 2011-11-15  956  	 * At some point we want to remove the PDN completely anyways
184cd4a3 Benjamin Herrenschmidt 2011-11-15  957  	 */
184cd4a3 Benjamin Herrenschmidt 2011-11-15  958  	pe = &phb->ioda.pe_array[pe_num];
184cd4a3 Benjamin Herrenschmidt 2011-11-15  959  	pci_dev_get(dev);
184cd4a3 Benjamin Herrenschmidt 2011-11-15 @960  	pdn->pcidev = dev;
184cd4a3 Benjamin Herrenschmidt 2011-11-15  961  	pdn->pe_number = pe_num;
644b77a9 Alistair Popple        2015-11-10  962  	pe->flags = PNV_IODA_PE_DEV;
184cd4a3 Benjamin Herrenschmidt 2011-11-15  963  	pe->pdev = dev;

:::::: The code at line 960 was first introduced by commit
:::::: 184cd4a3b962a4769889615430eaf40076b97969 powerpc/powernv: PCI support for p7IOC under OPAL v2

:::::: TO: Benjamin Herrenschmidt <benh@kernel.crashing.org>
:::::: CC: Benjamin Herrenschmidt <benh@kernel.crashing.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: 21501 bytes --]

  reply	other threads:[~2015-11-10  8:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28  5:00 [PATCH 0/2] Add support for Nvlink Alistair Popple
2015-10-28  5:00 ` [PATCH 1/2] Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field" Alistair Popple
2015-10-28  5:00 ` [PATCH 2/2] platforms/powernv: Add support for Nvlink NPUs Alistair Popple
2015-11-10  2:28   ` [PATCH v2] " Alistair Popple
2015-11-10  8:51     ` kbuild test robot [this message]
2015-11-10 10:30       ` Michael Ellerman
2015-11-10 10:43     ` kbuild test robot
2015-12-14  9:26     ` [v2] " Michael Ellerman
2015-12-15  2:46       ` Alistair Popple

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=201511101653.Cye3vn8C%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=alistair@popple.id.au \
    --cc=gwshan@linux.vnet.ibm.com \
    --cc=kbuild-all@01.org \
    --cc=linuxppc-dev@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).