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


Groups > linux.kernel > #1573228

Re: [PATCH 03/10] iommu: Introduce new 'struct iommu_device'

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 03/10] iommu: Introduce new 'struct iommu_device'
Date 2017-02-03 17:10 +0100
Message-ID <t6OAV-3WY-11@gated-at.bofh.it> (permalink)
References <t6NYd-3fD-11@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 Joerg,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.10-rc6]
[cannot apply to iommu/next next-20170203]
[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/Joerg-Roedel/Let-IOMMU-core-know-about-individual-IOMMUs/20170203-232949
config: i386-defconfig (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 >>):

   In file included from drivers/gpu/drm/i915/i915_drv.h:41:0,
                    from drivers/gpu/drm/i915/i915_drv.c:48:
>> include/linux/intel-iommu.h:444:22: error: field 'iommu' has incomplete type
     struct iommu_device iommu;  /* IOMMU core code handle */
                         ^~~~~

vim +/iommu +444 include/linux/intel-iommu.h

   438	#ifdef CONFIG_IRQ_REMAP
   439		struct ir_table *ir_table;	/* Interrupt remapping info */
   440		struct irq_domain *ir_domain;
   441		struct irq_domain *ir_msi_domain;
   442	#endif
   443		struct device	*iommu_dev; /* IOMMU-sysfs device */
 > 444		struct iommu_device iommu;  /* IOMMU core code handle */
   445		int		node;
   446		u32		flags;      /* Software defined flags */
   447	};

---
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 | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/10] Let IOMMU core know about individual IOMMUs Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 10/10] iommu: Remove iommu_register_instance interface Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 02/10] iommu: Rename struct iommu_device Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 01/10] iommu: Rename iommu_get_instance() Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 08/10] iommu/mediatek: Make use of iommu_device_register interface Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 06/10] iommu/arm-smmu: Make use of the iommu_register interface Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:20 +0100
  [PATCH 03/10] iommu: Introduce new 'struct iommu_device' Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:30 +0100
    Re: [PATCH 03/10] iommu: Introduce new 'struct iommu_device' kbuild test robot <lkp@intel.com> - 2017-02-03 17:10 +0100
    Re: [PATCH 03/10] iommu: Introduce new 'struct iommu_device' kbuild test robot <lkp@intel.com> - 2017-02-03 20:30 +0100
  [PATCH 04/10] iommu: Add sysfs bindings for struct iommu_device Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:30 +0100
    Re: [PATCH 04/10] iommu: Add sysfs bindings for struct iommu_device kbuild test robot <lkp@intel.com> - 2017-02-03 21:00 +0100
  [PATCH 09/10] iommu/exynos: Make use of iommu_device_register interface Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:30 +0100
  [PATCH 05/10] iommu: Make iommu_device_link/unlink take a struct iommu_device Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:30 +0100
  [PATCH 07/10] iommu/msm: Make use of iommu_device_register interface Joerg Roedel <joro@8bytes.org> - 2017-02-03 16:30 +0100

csiph-web