* [thermal:thermal/cooling-device-with-id-v2 6/14] ./include/linux/thermal.h:329: multiple definition of `devm_thermal_cooling_device_register'; drivers/power/supply/power_supply_core.o:./include/linux/thermal.h:329: first defined here
@ 2026-04-20 8:46 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-20 8:46 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence bisect report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Daniel Lezcano <daniel.lezcano@oss.qualcomm.com>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git thermal/cooling-device-with-id-v2
head: a1f086d250b04a9b833e71a6fa865e3600c5dac0
commit: 729cfe840489da5dcaf0bf3b57361263c2cbf125 [6/14] thermal/core: Register cooling device non-OF drivers
:::::: branch date: 18 hours ago
:::::: commit date: 18 hours ago
config: s390-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260420/202604201001.wOviDvCE-lkp@intel.com/config)
compiler: s390x-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260420/202604201001.wOviDvCE-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/r/202604201001.wOviDvCE-lkp@intel.com/
All errors (new ones prefixed by >>):
s390x-linux-gnu-ld: drivers/hwmon/hwmon.o: in function `devm_thermal_cooling_device_register':
>> ./include/linux/thermal.h:329: multiple definition of `devm_thermal_cooling_device_register'; drivers/power/supply/power_supply_core.o:./include/linux/thermal.h:329: first defined here
vim +329 ./include/linux/thermal.h
729cfe840489da Daniel Lezcano 2026-04-08 325
729cfe840489da Daniel Lezcano 2026-04-08 326 struct thermal_cooling_device *
729cfe840489da Daniel Lezcano 2026-04-08 327 devm_thermal_cooling_device_register(struct device *dev, const char *type,
729cfe840489da Daniel Lezcano 2026-04-08 328 void *devdata, const struct thermal_cooling_device_ops *ops)
729cfe840489da Daniel Lezcano 2026-04-08 @329 {
729cfe840489da Daniel Lezcano 2026-04-08 330 return ERR_PTR(-ENODEV);
729cfe840489da Daniel Lezcano 2026-04-08 331 }
729cfe840489da Daniel Lezcano 2026-04-08 332
--
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:[~2026-04-20 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20 8:46 [thermal:thermal/cooling-device-with-id-v2 6/14] ./include/linux/thermal.h:329: multiple definition of `devm_thermal_cooling_device_register'; drivers/power/supply/power_supply_core.o:./include/linux/thermal.h:329: first defined here kernel test robot
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.