tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge head: e2bbcfa0b21a5bb2cf1e5fff2f1336515fb228a9 commit: 4596cbea0ed2ef4f563a92775c9f612700ece145 [37/51] thermal: intel: Remove explicit user_space governor selection config: i386-buildonly-randconfig-001-20241219 (https://download.01.org/0day-ci/archive/20241219/202412191310.7OD0ztSD-lkp@xxxxxxxxx/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/20241219/202412191310.7OD0ztSD-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202412191310.7OD0ztSD-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): ld: drivers/thermal/thermal_netlink.o: in function `nla_put_u32': thermal_netlink.c:(.text+0x13): undefined reference to `nla_put' ld: drivers/thermal/thermal_netlink.o: in function `nla_nest_start_noflag': thermal_netlink.c:(.text+0x279): undefined reference to `nla_put' ld: drivers/thermal/thermal_netlink.o: in function `nla_put_string': thermal_netlink.c:(.text+0x2b1): undefined reference to `nla_put' ld: drivers/thermal/thermal_netlink.o: in function `nlmsg_trim': thermal_netlink.c:(.text+0x53e): undefined reference to `skb_trim' ld: drivers/thermal/thermal_netlink.o: in function `thermal_genl_cmd_dumpit': thermal_netlink.c:(.text+0x6f6): undefined reference to `genlmsg_put' ld: drivers/thermal/thermal_netlink.o: in function `thermal_group_has_listeners': thermal_netlink.c:(.text+0x785): undefined reference to `init_net' ld: thermal_netlink.c:(.text+0x78c): undefined reference to `netlink_has_listeners' ld: drivers/thermal/thermal_netlink.o: in function `alloc_skb.constprop.0': thermal_netlink.c:(.text+0x7c6): undefined reference to `__alloc_skb' ld: drivers/thermal/thermal_netlink.o: in function `kfree_skb': >> thermal_netlink.c:(.text+0x7dd): undefined reference to `sk_skb_reason_drop' ld: drivers/thermal/thermal_netlink.o: in function `genlmsg_multicast.constprop.0.isra.0': thermal_netlink.c:(.text+0x830): undefined reference to `init_net' ld: thermal_netlink.c:(.text+0x842): undefined reference to `netlink_broadcast_filtered' ld: drivers/thermal/thermal_netlink.o: in function `thermal_genl_send_event': thermal_netlink.c:(.text+0x8ba): undefined reference to `genlmsg_put' ld: drivers/thermal/thermal_netlink.o: in function `thermal_genl_cmd_doit': thermal_netlink.c:(.text+0xe01): undefined reference to `genlmsg_put' ld: thermal_netlink.c:(.text+0xe44): undefined reference to `init_net' ld: thermal_netlink.c:(.text+0xe49): undefined reference to `netlink_unicast' ld: drivers/thermal/thermal_netlink.o: in function `thermal_genl_sampling_temp': thermal_netlink.c:(.text+0xeb4): undefined reference to `genlmsg_put' ld: drivers/thermal/thermal_netlink.o: in function `thermal_netlink_init': thermal_netlink.c:(.init.text+0xe): undefined reference to `genl_register_family' ld: drivers/thermal/thermal_netlink.o: in function `thermal_netlink_exit': thermal_netlink.c:(.init.text+0x22): undefined reference to `genl_unregister_family' Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for THERMAL_NETLINK Depends on [n]: THERMAL [=y] && NET [=n] Selected by [m]: - X86_PKG_TEMP_THERMAL [=m] && THERMAL [=y] && (X86 [=y] || X86_INTEL_QUARK [=n] || COMPILE_TEST [=y]) && X86_THERMAL_VECTOR [=y] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki