From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [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
Date: Mon, 20 Apr 2026 10:46:51 +0200 [thread overview]
Message-ID: <202604201001.wOviDvCE-lkp@intel.com> (raw)
::::::
:::::: 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
reply other threads:[~2026-04-20 8:47 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=202604201001.wOviDvCE-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild@lists.linux.dev \
/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.