* [iommu:core 10/22] include/linux/iommu.h:1085: multiple definition of `iommu_paging_domain_alloc_flags'; arch/x86/kvm/../../../virt/kvm/vfio.o:include/linux/iommu.h:1085: first defined here
@ 2024-10-30 0:17 kernel test robot
2024-10-30 10:00 ` Vasant Hegde
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2024-10-30 0:17 UTC (permalink / raw)
To: Jason Gunthorpe
Cc: oe-kbuild-all, Joerg Roedel, Vasant Hegde, Lu Baolu, Yi Liu,
Kevin Tian
tree: https://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git core
head: a33bf8d8ce7e06bf0f033865b0cea5887cd2ac8c
commit: 20858d4ebb423826b7a978d54cde195f51d87e20 [10/22] iommu: Introduce iommu_paging_domain_alloc_flags()
config: x86_64-randconfig-r064-20241029 (https://download.01.org/0day-ci/archive/20241030/202410300824.FoaIMuCP-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241030/202410300824.FoaIMuCP-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202410300824.FoaIMuCP-lkp@intel.com/
Note: the iommu/core HEAD a33bf8d8ce7e06bf0f033865b0cea5887cd2ac8c builds fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
ld: arch/x86/kvm/x86.o: in function `iommu_paging_domain_alloc_flags':
>> include/linux/iommu.h:1085: multiple definition of `iommu_paging_domain_alloc_flags'; arch/x86/kvm/../../../virt/kvm/vfio.o:include/linux/iommu.h:1085: first defined here
vim +1085 include/linux/iommu.h
1082
1083 struct iommu_domain *iommu_paging_domain_alloc_flags(struct device *dev,
1084 unsigned int flags)
> 1085 {
1086 return ERR_PTR(-ENODEV);
1087 }
1088
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [iommu:core 10/22] include/linux/iommu.h:1085: multiple definition of `iommu_paging_domain_alloc_flags'; arch/x86/kvm/../../../virt/kvm/vfio.o:include/linux/iommu.h:1085: first defined here
2024-10-30 0:17 [iommu:core 10/22] include/linux/iommu.h:1085: multiple definition of `iommu_paging_domain_alloc_flags'; arch/x86/kvm/../../../virt/kvm/vfio.o:include/linux/iommu.h:1085: first defined here kernel test robot
@ 2024-10-30 10:00 ` Vasant Hegde
0 siblings, 0 replies; 2+ messages in thread
From: Vasant Hegde @ 2024-10-30 10:00 UTC (permalink / raw)
To: kernel test robot, Jason Gunthorpe
Cc: oe-kbuild-all, Joerg Roedel, Lu Baolu, Yi Liu, Kevin Tian
On 10/30/2024 5:47 AM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git core
> head: a33bf8d8ce7e06bf0f033865b0cea5887cd2ac8c
> commit: 20858d4ebb423826b7a978d54cde195f51d87e20 [10/22] iommu: Introduce iommu_paging_domain_alloc_flags()
> config: x86_64-randconfig-r064-20241029 (https://download.01.org/0day-ci/archive/20241030/202410300824.FoaIMuCP-lkp@intel.com/config)
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241030/202410300824.FoaIMuCP-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202410300824.FoaIMuCP-lkp@intel.com/
>
> Note: the iommu/core HEAD a33bf8d8ce7e06bf0f033865b0cea5887cd2ac8c builds fine.
I believe below commit solved it.
commit d14772c0d88c387f881a577aa136e1e9b1291d07
Author: Joerg Roedel <jroedel@suse.de>
Date: Tue Oct 29 11:54:25 2024 +0100
iommu: Fix prototype of iommu_paging_domain_alloc_flags()
-Vasant
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-30 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 0:17 [iommu:core 10/22] include/linux/iommu.h:1085: multiple definition of `iommu_paging_domain_alloc_flags'; arch/x86/kvm/../../../virt/kvm/vfio.o:include/linux/iommu.h:1085: first defined here kernel test robot
2024-10-30 10:00 ` Vasant Hegde
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.