* Re: [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
[not found] <20240130111250.185718-4-angelogioacchino.delregno@collabora.com>
@ 2024-01-31 1:58 ` kernel test robot
2024-01-31 1:58 ` kernel test robot
1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-01-31 1:58 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, daniel.lezcano
Cc: llvm, oe-kbuild-all, miquel.raynal, rafael, rui.zhang,
lukasz.luba, support.opensource, shawnguo, s.hauer, kernel,
festevam, linux-imx, andersson, konrad.dybcio, amitk,
thara.gopinath, niklas.soderlund, srinivas.pandruvada,
angelogioacchino.delregno, baolin.wang, u.kleine-koenig,
hayashi.kunihiko, d-gole, linus.walleij, DLG-Adam.Ward.opensource,
error27, heiko, hdegoede, jernej.skrabec, f.fainelli, bchihi
Hi AngeloGioacchino,
kernel test robot noticed the following build errors:
[auto build test ERROR on rafael-pm/thermal]
[also build test ERROR on linus/master v6.8-rc2]
[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/AngeloGioacchino-Del-Regno/thermal-core-Change-governor-name-to-const-char-pointer/20240130-192357
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal
patch link: https://lore.kernel.org/r/20240130111250.185718-4-angelogioacchino.delregno%40collabora.com
patch subject: [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
config: x86_64-buildonly-randconfig-005-20240131 (https://download.01.org/0day-ci/archive/20240131/202401310951.fIhw4NC9-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240131/202401310951.fIhw4NC9-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/202401310951.fIhw4NC9-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c:61:69: error: no member named 'type' in 'struct thermal_zone_device'
61 | dev_dbg(&zone->device, "%s: critical temperature reached\n", zone->type);
| ~~~~ ^
include/linux/dev_printk.h:155:39: note: expanded from macro 'dev_dbg'
155 | dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__)
| ^~~~~~~~~~~
include/linux/dynamic_debug.h:274:19: note: expanded from macro 'dynamic_dev_dbg'
274 | dev, fmt, ##__VA_ARGS__)
| ^~~~~~~~~~~
include/linux/dynamic_debug.h:250:59: note: expanded from macro '_dynamic_func_call'
250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__)
| ^~~~~~~~~~~
include/linux/dynamic_debug.h:248:65: note: expanded from macro '_dynamic_func_call_cls'
248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__)
| ^~~~~~~~~~~
include/linux/dynamic_debug.h:224:15: note: expanded from macro '__dynamic_func_call_cls'
224 | func(&id, ##__VA_ARGS__); \
| ^~~~~~~~~~~
1 error generated.
vim +61 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
5fbf7f27fa3da2 drivers/thermal/int340x_thermal/int340x_thermal_zone.c Srinivas Pandruvada 2015-01-16 58
dd47366aaa9b93 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c Kai-Heng Feng 2020-12-22 59 static void int340x_thermal_critical(struct thermal_zone_device *zone)
dd47366aaa9b93 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c Kai-Heng Feng 2020-12-22 60 {
dd47366aaa9b93 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c Kai-Heng Feng 2020-12-22 @61 dev_dbg(&zone->device, "%s: critical temperature reached\n", zone->type);
dd47366aaa9b93 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c Kai-Heng Feng 2020-12-22 62 }
dd47366aaa9b93 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c Kai-Heng Feng 2020-12-22 63
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
[not found] <20240130111250.185718-4-angelogioacchino.delregno@collabora.com>
2024-01-31 1:58 ` [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device kernel test robot
@ 2024-01-31 1:58 ` kernel test robot
1 sibling, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-01-31 1:58 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, daniel.lezcano
Cc: llvm, oe-kbuild-all, miquel.raynal, rafael, rui.zhang,
lukasz.luba, support.opensource, shawnguo, s.hauer, kernel,
festevam, linux-imx, andersson, konrad.dybcio, amitk,
thara.gopinath, niklas.soderlund, srinivas.pandruvada,
angelogioacchino.delregno, baolin.wang, u.kleine-koenig,
hayashi.kunihiko, d-gole, linus.walleij, DLG-Adam.Ward.opensource,
error27, heiko, hdegoede, jernej.skrabec, f.fainelli, bchihi
Hi AngeloGioacchino,
kernel test robot noticed the following build errors:
[auto build test ERROR on rafael-pm/thermal]
[also build test ERROR on linus/master v6.8-rc2]
[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/AngeloGioacchino-Del-Regno/thermal-core-Change-governor-name-to-const-char-pointer/20240130-192357
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal
patch link: https://lore.kernel.org/r/20240130111250.185718-4-angelogioacchino.delregno%40collabora.com
patch subject: [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
config: x86_64-buildonly-randconfig-002-20240131 (https://download.01.org/0day-ci/archive/20240131/202401310926.5pvZlTR0-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240131/202401310926.5pvZlTR0-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/202401310926.5pvZlTR0-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/thermal/thermal_netlink.c:309:50: error: no member named 'type' in 'struct thermal_zone_device'
309 | struct param p = { .tz_id = tz->id, .name = tz->type };
| ~~ ^
drivers/thermal/thermal_netlink.c:415:57: error: no member named 'type' in 'struct thermal_zone_device'
415 | nla_put_string(msg, THERMAL_GENL_ATTR_TZ_NAME, tz->type))
| ~~ ^
2 errors generated.
vim +309 drivers/thermal/thermal_netlink.c
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 306
2f521890aa5b8a Rafael J. Wysocki 2024-01-03 307 int thermal_notify_tz_create(const struct thermal_zone_device *tz)
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 308 {
2f521890aa5b8a Rafael J. Wysocki 2024-01-03 @309 struct param p = { .tz_id = tz->id, .name = tz->type };
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 310
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 311 return thermal_genl_send_event(THERMAL_GENL_EVENT_TZ_CREATE, &p);
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 312 }
1ce50e7d408ef2 Daniel Lezcano 2020-07-06 313
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-31 1:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240130111250.185718-4-angelogioacchino.delregno@collabora.com>
2024-01-31 1:58 ` [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device kernel test robot
2024-01-31 1:58 ` 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