tree: https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS head: b5504db0db8375a77340b5bb54c17cfb75d3c754 commit: f25da51fdc381ca2863248c7060b3662632f0872 [1268/1268] ieee802154: hwsim: add replacement for fakelb config: x86_64-buildonly-randconfig-004-20241103 (https://download.01.org/0day-ci/archive/20241201/202412011926.MpDNl2Le-lkp@i...) 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/20241201/202412011926.MpDNl2Le-lkp@i...)
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/202412011926.MpDNl2Le-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/net/ieee802154/mac802154_hwsim.c:22: include/linux/module.h:132:13: warning: 'init_module' specifies less restrictive attribute than its target 'hwsim_init_module': 'cold' [-Wmissing-attributes] 132 | int init_module(void) __attribute__((alias(#initfn))); | ^~~~~~~~~~~ drivers/net/ieee802154/mac802154_hwsim.c:918:1: note: in expansion of macro 'module_init' 918 | module_init(hwsim_init_module); | ^~~~~~~~~~~ drivers/net/ieee802154/mac802154_hwsim.c:883:19: note: 'init_module' target declared here 883 | static __init int hwsim_init_module(void) | ^~~~~~~~~~~~~~~~~ include/linux/module.h:138:14: warning: 'cleanup_module' specifies less restrictive attribute than its target 'hwsim_remove_module': 'cold' [-Wmissing-attributes] 138 | void cleanup_module(void) __attribute__((alias(#exitfn))); | ^~~~~~~~~~~~~~ drivers/net/ieee802154/mac802154_hwsim.c:919:1: note: in expansion of macro 'module_exit' 919 | module_exit(hwsim_remove_module); | ^~~~~~~~~~~ drivers/net/ieee802154/mac802154_hwsim.c:911:20: note: 'cleanup_module' target declared here 911 | static __exit void hwsim_remove_module(void) | ^~~~~~~~~~~~~~~~~~~
drivers/net/ieee802154/.tmp_mac802154_hwsim.o: warning: objtool: missing symbol for section .exit.text