From: kernel test robot <lkp@intel.com>
To: "Marek Behún" <kabel@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-kernel@vger.kernel.org, x86@kernel.org,
Thomas Gleixner <tglx@linutronix.de>
Subject: [tip:irq/core 23/30] drivers/irqchip/irq-armada-370-xp.c:263:37: error: use of undeclared identifier 'd'
Date: Tue, 30 Jul 2024 06:51:56 +0800 [thread overview]
Message-ID: <202407300645.8EAO5dys-lkp@intel.com> (raw)
Hi Marek,
FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
head: e626fcbaa9b67e4488ea437e0e8a5657e707d5f8
commit: f72976cd7f0e16639f29398d5fe5ab1b03789b42 [23/30] irqchip/armada-370-xp: Use consistent name for struct irq_data variables
config: arm-defconfig (https://download.01.org/0day-ci/archive/20240730/202407300645.8EAO5dys-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240730/202407300645.8EAO5dys-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/202407300645.8EAO5dys-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/irqchip/irq-armada-370-xp.c:263:37: error: use of undeclared identifier 'd'
irq_data_update_effective_affinity(d, cpumask_of(cpu));
^
1 error generated.
vim +/d +263 drivers/irqchip/irq-armada-370-xp.c
250
251 static int mpic_msi_set_affinity(struct irq_data *irq_data, const struct cpumask *mask, bool force)
252 {
253 unsigned int cpu;
254
255 if (!force)
256 cpu = cpumask_any_and(mask, cpu_online_mask);
257 else
258 cpu = cpumask_first(mask);
259
260 if (cpu >= nr_cpu_ids)
261 return -EINVAL;
262
> 263 irq_data_update_effective_affinity(d, cpumask_of(cpu));
264
265 return IRQ_SET_MASK_OK;
266 }
267
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-07-29 22:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202407300645.8EAO5dys-lkp@intel.com \
--to=lkp@intel.com \
--cc=kabel@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox