Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1551663

Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap
Date 2017-01-05 07:40 +0100
Message-ID <sW9Sp-7yt-19@gated-at.bofh.it> (permalink)
References <sVU70-5lr-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Eric,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.10-rc2 next-20170105]
[cannot apply to iommu/next]
[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/Eric-Auger/KVM-PCIe-MSI-passthrough-on-ARM-ARM64-and-IOVA-reserved-regions/20170105-132853
config: i386-randconfig-x003-201701 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel/irq/irqdomain.c: In function 'irq_domain_is_msi_remap':
>> kernel/irq/irqdomain.c:289:17: error: 'struct irq_domain' has no member named 'parent'
     for (; h; h = h->parent) {
                    ^~

vim +289 kernel/irq/irqdomain.c

   283	 * @domain: domain pointer
   284	 */
   285	static bool irq_domain_is_msi_remap(struct irq_domain *domain)
   286	{
   287		struct irq_domain *h = domain;
   288	
 > 289		for (; h; h = h->parent) {
   290			if (h->flags & IRQ_DOMAIN_FLAG_MSI_REMAP)
   291				return true;
   292		}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Eric Auger <eric.auger@redhat.com> - 2017-01-04 14:50 +0100
  Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Marc Zyngier <marc.zyngier@arm.com> - 2017-01-04 14:50 +0100
    Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-04 15:20 +0100
      Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Marc Zyngier <marc.zyngier@arm.com> - 2017-01-04 16:30 +0100
        Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-04 17:00 +0100
        Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-05 11:50 +0100
          Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Marc Zyngier <marc.zyngier@arm.com> - 2017-01-05 12:30 +0100
            Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-05 12:40 +0100
              Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Marc Zyngier <marc.zyngier@arm.com> - 2017-01-05 13:00 +0100
                Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-05 13:10 +0100
                RE: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-01-06 05:30 +0100
                Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Auger Eric <eric.auger@redhat.com> - 2017-01-06 09:50 +0100
                Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap Marc Zyngier <marc.zyngier@arm.com> - 2017-01-06 11:00 +0100
  Re: [PATCH v5 13/17] irqdomain: irq_domain_check_msi_remap kbuild test robot <lkp@intel.com> - 2017-01-05 07:40 +0100

csiph-web