All of lore.kernel.org
 help / color / mirror / Atom feed
* [pci:pci/host-request-windows 3/22] drivers/pci/host/pci-xgene.c:562:25: error: 'resources' undeclared
@ 2016-05-31 19:14 kbuild test robot
  2016-05-31 20:09 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2016-05-31 19:14 UTC (permalink / raw)
  Cc: kbuild-all, linux-pci, Bjorn Helgaas

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-request-windows
head:   001fdc8c3dd699197ede3f80776e40ad26d6ea20
commit: ca08256c121d5fa1c94c70e650c9442a7095f201 [3/22] PCI: xgene: Free bridge resource list on failure
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
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
        git checkout ca08256c121d5fa1c94c70e650c9442a7095f201
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

Note: the pci/pci/host-request-windows HEAD 001fdc8c3dd699197ede3f80776e40ad26d6ea20 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):


vim +/resources +562 drivers/pci/host/pci-xgene.c

   556		pci_bus_add_devices(bus);
   557	
   558		platform_set_drvdata(pdev, port);
   559		return 0;
   560	
   561	error:
 > 562		pci_free_resource_list(resources);
   563		return ret;
   564	}
   565	

---
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: 25966 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pci:pci/host-request-windows 3/22] drivers/pci/host/pci-xgene.c:562:25: error: 'resources' undeclared
  2016-05-31 19:14 [pci:pci/host-request-windows 3/22] drivers/pci/host/pci-xgene.c:562:25: error: 'resources' undeclared kbuild test robot
@ 2016-05-31 20:09 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2016-05-31 20:09 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-pci

On Tue, May 31, 2016 at 2:14 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/host-request-windows
> head:   001fdc8c3dd699197ede3f80776e40ad26d6ea20
> commit: ca08256c121d5fa1c94c70e650c9442a7095f201 [3/22] PCI: xgene: Free bridge resource list on failure
> config: arm64-defconfig (attached as .config)
> compiler: aarch64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
> 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
>         git checkout ca08256c121d5fa1c94c70e650c9442a7095f201
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm64
>
> Note: the pci/pci/host-request-windows HEAD 001fdc8c3dd699197ede3f80776e40ad26d6ea20 builds fine.
>       It only hurts bisectibility.

This note is incorrect.  The HEAD (001fdc8c3dd6) contains the same
error as the one shown below.

> All errors (new ones prefixed by >>):

The new errors are actually prefixed by ">", not ">>".

> vim +/resources +562 drivers/pci/host/pci-xgene.c
>
>    556          pci_bus_add_devices(bus);
>    557
>    558          platform_set_drvdata(pdev, port);
>    559          return 0;
>    560
>    561  error:
>  > 562          pci_free_resource_list(resources);
>    563          return ret;
>    564  }
>    565
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-31 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 19:14 [pci:pci/host-request-windows 3/22] drivers/pci/host/pci-xgene.c:562:25: error: 'resources' undeclared kbuild test robot
2016-05-31 20:09 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.