* [rafael-pm:bleeding-edge 7/9] drivers/acpi/processor_idle.c:63: undefined reference to `arch_cpu_rescan_dead_smt_siblings'
@ 2025-06-06 19:36 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-06-06 19:36 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: oe-kbuild-all, linux-acpi, devel, linux-pm
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head: aedfeec2f90dc1553d4e2230c4f5d30c2a6876d4
commit: 0e0551545a620641d99184afff8b2079cedd11da [7/9] ACPI: processor: Rescan "dead" SMT siblings during initialization
config: i386-buildonly-randconfig-003-20250607 (https://download.01.org/0day-ci/archive/20250607/202506070341.ACtZRDtC-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/20250607/202506070341.ACtZRDtC-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/202506070341.ACtZRDtC-lkp@intel.com/
All errors (new ones prefixed by >>):
ld: drivers/acpi/processor_idle.o: in function `acpi_idle_rescan_dead_smt_siblings':
>> drivers/acpi/processor_idle.c:63: undefined reference to `arch_cpu_rescan_dead_smt_siblings'
vim +63 drivers/acpi/processor_idle.c
58
59 #ifdef CONFIG_ACPI_PROCESSOR_CSTATE
60 void acpi_idle_rescan_dead_smt_siblings(void)
61 {
62 if (cpuidle_get_driver() == &acpi_idle_driver)
> 63 arch_cpu_rescan_dead_smt_siblings();
64 }
65
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-06 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 19:36 [rafael-pm:bleeding-edge 7/9] drivers/acpi/processor_idle.c:63: undefined reference to `arch_cpu_rescan_dead_smt_siblings' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox