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 12:42:26 +0800 [thread overview]
Message-ID: <202510041241.KgbWC5KM-lkp@intel.com> (raw)
In-Reply-To: <20251003160421.951448-4-rrendec@redhat.com>
Hi Radu,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tip/irq/core]
[also build test WARNING 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: i386-randconfig-002-20251004 (https://download.01.org/0day-ci/archive/20251004/202510041241.KgbWC5KM-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/202510041241.KgbWC5KM-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/202510041241.KgbWC5KM-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/pci/controller/dwc/pcie-designware-host.c:137:13: warning: 'dw_pci_pre_redirect' defined but not used [-Wunused-function]
137 | static void dw_pci_pre_redirect(struct irq_data *d)
| ^~~~~~~~~~~~~~~~~~~
vim +/dw_pci_pre_redirect +137 drivers/pci/controller/dwc/pcie-designware-host.c
136
> 137 static void dw_pci_pre_redirect(struct irq_data *d)
138 {
139 struct dw_pcie_rp *pp = irq_data_get_irq_chip_data(d);
140 struct dw_pcie *pci = to_dw_pcie_from_pp(pp);
141 unsigned int res, bit, ctrl;
142
143 ctrl = d->hwirq / MAX_MSI_IRQS_PER_CTRL;
144 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE;
145 bit = d->hwirq % MAX_MSI_IRQS_PER_CTRL;
146
147 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_STATUS + res, BIT(bit));
148 }
149
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-10-04 4:42 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 [this message]
2025-10-04 7:27 ` kernel test robot
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=202510041241.KgbWC5KM-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.