On Tue, May 31, 2016 at 2:14 PM, kbuild test robot <fengguang.wu@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html