From: kernel test robot <lkp@intel.com>
To: Jason Gunthorpe <jgg@ziepe.ca>
Cc: oe-kbuild-all@lists.linux.dev, Joerg Roedel <jroedel@suse.de>,
Vasant Hegde <vasant.hegde@amd.com>,
Lu Baolu <baolu.lu@linux.intel.com>, Yi Liu <yi.l.liu@intel.com>,
Kevin Tian <kevin.tian@intel.com>
Subject: [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
Date: Wed, 30 Oct 2024 08:17:24 +0800 [thread overview]
Message-ID: <202410300824.FoaIMuCP-lkp@intel.com> (raw)
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
next reply other threads:[~2024-10-30 0:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 0:17 kernel test robot [this message]
2024-10-30 10:00 ` [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 Vasant Hegde
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=202410300824.FoaIMuCP-lkp@intel.com \
--to=lkp@intel.com \
--cc=baolu.lu@linux.intel.com \
--cc=jgg@ziepe.ca \
--cc=jroedel@suse.de \
--cc=kevin.tian@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=vasant.hegde@amd.com \
--cc=yi.l.liu@intel.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 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.