From: kbuild test robot <lkp@intel.com>
To: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Cc: kbuild-all@01.org, marc.zyngier@arm.com, tglx@linutronix.de,
jason@lakedaemon.net, rjw@rjwysocki.net,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Will Deacon <will.deacon@arm.com>,
Catalin Marinas <Catalin.Marinas@arm.com>,
hanjun.guo@linaro.org, tomasz.nowicki@linaro.org,
graeme.gregory@linaro.org, dhdang@apm.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Subject: Re: [PATCH v4 1/5] acpi: pci: Setup MSI domain for ACPI based pci devices
Date: Wed, 9 Dec 2015 05:04:38 +0800 [thread overview]
Message-ID: <201512090536.i9Nf2RVq%fengguang.wu@intel.com> (raw)
In-Reply-To: <1449605945-10707-2-git-send-email-Suravee.Suthikulpanit@amd.com>
[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]
Hi Suravee,
[auto build test ERROR on tip/irq/core]
[also build test ERROR on v4.4-rc4 next-20151208]
url: https://github.com/0day-ci/linux/commits/Suravee-Suthikulpanit/gicv2m-acpi-Add-ACPI-support-for-GICv2m-MSI/20151209-042217
config: i386-alldefconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All error/warnings (new ones prefixed by >>):
drivers/pci/pci-acpi.c: In function 'pci_host_bridge_acpi_msi_domain':
>> drivers/pci/pci-acpi.c:719:9: error: implicit declaration of function 'irq_find_matching_fwnode' [-Werror=implicit-function-declaration]
dom = irq_find_matching_fwnode(fwnode,
^
>> drivers/pci/pci-acpi.c:719:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
dom = irq_find_matching_fwnode(fwnode,
^
cc1: some warnings being treated as errors
vim +/irq_find_matching_fwnode +719 drivers/pci/pci-acpi.c
713 struct fwnode_handle *fwnode = NULL;
714
715 if (pci_msi_get_fwnode_cb)
716 fwnode = pci_msi_get_fwnode_cb(&bus->dev);
717
718 if (fwnode)
> 719 dom = irq_find_matching_fwnode(fwnode,
720 DOMAIN_BUS_PCI_MSI);
721 return dom;
722 }
---
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: 9560 bytes --]
next prev parent reply other threads:[~2015-12-08 21:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-08 20:19 [PATCH v4 0/5] gicv2m: acpi: Add ACPI support for GICv2m MSI Suravee Suthikulpanit
2015-12-08 20:19 ` [PATCH v4 1/5] acpi: pci: Setup MSI domain for ACPI based pci devices Suravee Suthikulpanit
2015-12-08 21:04 ` kbuild test robot [this message]
2015-12-08 20:19 ` [PATCH v4 2/5] irqdomain: introduce is_fwnode_irqchip helper Suravee Suthikulpanit
2015-12-08 20:19 ` [PATCH v4 3/5] irqdomain: Introduce irq_domain_get_irqchip_fwnode_name helper function Suravee Suthikulpanit
2015-12-08 20:19 ` [PATCH v4 4/5] gicv2m: Refactor to prepare for ACPI support Suravee Suthikulpanit
2015-12-08 20:19 ` [PATCH v4 5/5] gicv2m: acpi: Introducing GICv2m " Suravee Suthikulpanit
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=201512090536.i9Nf2RVq%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=Catalin.Marinas@arm.com \
--cc=Suravee.Suthikulpanit@amd.com \
--cc=dhdang@apm.com \
--cc=graeme.gregory@linaro.org \
--cc=hanjun.guo@linaro.org \
--cc=jason@lakedaemon.net \
--cc=kbuild-all@01.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=marc.zyngier@arm.com \
--cc=rjw@rjwysocki.net \
--cc=tglx@linutronix.de \
--cc=tomasz.nowicki@linaro.org \
--cc=will.deacon@arm.com \
/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
all inboxes | Powered by JetHome®