tree:
https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
pending-4.19
head: 9e4326e6556760bf597f715b985ba9f69bcce320
commit: 9e4326e6556760bf597f715b985ba9f69bcce320 [82/82] module: limit enabling
module.sig_enforce
config: sparc-randconfig-c004-20210622 (attached as .config)
compiler: sparc-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git/c...
git remote add sashal-linux-stable
https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
git fetch --no-tags sashal-linux-stable pending-4.19
git checkout 9e4326e6556760bf597f715b985ba9f69bcce320
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sparc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> kernel/module.c:275:6: warning: no previous prototype for
'set_module_sig_enforced' [-Wmissing-prototypes]
275 | void
set_module_sig_enforced(void)
| ^~~~~~~~~~~~~~~~~~~~~~~
kernel/module.c:4488:6: warning: no previous prototype for 'module_layout'
[-Wmissing-prototypes]
4488 | void module_layout(struct module *mod,
| ^~~~~~~~~~~~~
vim +/set_module_sig_enforced +275 kernel/module.c
274
275 void set_module_sig_enforced(void)
276 {
277 sig_enforce = true;
278 }
279 #else
280 #define sig_enforce false
281 #endif
282
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org