From: kernel test robot <lkp@intel.com>
To: Radu Rendec <rrendec@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
Manivannan Sadhasivam <mani@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev,
"Bjorn Helgaas" <helgaas@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Brian Masney" <bmasney@redhat.com>,
"Eric Chanudet" <echanude@redhat.com>,
"Alessandro Carminati" <acarmina@redhat.com>,
"Jared Kangas" <jkangas@redhat.com>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] PCI: dwc: Enable MSI affinity support
Date: Sat, 4 Oct 2025 15:27:46 +0800 [thread overview]
Message-ID: <202510041550.xoRbz92p-lkp@intel.com> (raw)
In-Reply-To: <20251003160421.951448-4-rrendec@redhat.com>
Hi Radu,
kernel test robot noticed the following build errors:
[auto build test ERROR on tip/irq/core]
[also build test ERROR on pci/next pci/for-linus mani-mhi/mhi-next linus/master v6.17 next-20251003]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Radu-Rendec/genirq-Add-interrupt-redirection-infrastructure/20251004-000948
base: tip/irq/core
patch link: https://lore.kernel.org/r/20251003160421.951448-4-rrendec%40redhat.com
patch subject: [PATCH 3/3] PCI: dwc: Enable MSI affinity support
config: x86_64-randconfig-002-20251004 (https://download.01.org/0day-ci/archive/20251004/202510041550.xoRbz92p-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251004/202510041550.xoRbz92p-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/202510041550.xoRbz92p-lkp@intel.com/
All errors (new ones prefixed by >>):
ld: vmlinux.o: in function `dw_pcie_init_dev_msi_info':
>> drivers/pci/controller/dwc/pcie-designware-host.c:36:(.text+0x21dd630): undefined reference to `irq_chip_pre_redirect_parent'
vim +36 drivers/pci/controller/dwc/pcie-designware-host.c
28
29 static bool dw_pcie_init_dev_msi_info(struct device *dev, struct irq_domain *domain,
30 struct irq_domain *real_parent, struct msi_domain_info *info)
31 {
32 if (!msi_lib_init_dev_msi_info(dev, domain, real_parent, info))
33 return false;
34
35 info->chip->irq_ack = dw_pcie_msi_ack;
> 36 info->chip->irq_pre_redirect = irq_chip_pre_redirect_parent;
37 return true;
38 }
39
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-10-04 7:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-03 16:04 [PATCH 0/3] Enable MSI affinity support for dwc PCI Radu Rendec
2025-10-03 16:04 ` [PATCH 1/3] genirq: Add interrupt redirection infrastructure Radu Rendec
2025-10-03 16:04 ` [PATCH 2/3] PCI: dwc: Code cleanup Radu Rendec
2025-10-03 16:04 ` [PATCH 3/3] PCI: dwc: Enable MSI affinity support Radu Rendec
2025-10-04 4:42 ` kernel test robot
2025-10-04 7:27 ` kernel test robot [this message]
2025-10-03 16:32 ` [PATCH 0/3] Enable MSI affinity support for dwc PCI Manivannan Sadhasivam
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=202510041550.xoRbz92p-lkp@intel.com \
--to=lkp@intel.com \
--cc=acarmina@redhat.com \
--cc=bmasney@redhat.com \
--cc=echanude@redhat.com \
--cc=helgaas@kernel.org \
--cc=jingoohan1@gmail.com \
--cc=jkangas@redhat.com \
--cc=kwilczynski@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh@kernel.org \
--cc=rrendec@redhat.com \
--cc=tglx@linutronix.de \
/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.