All of lore.kernel.org
 help / color / mirror / Atom feed
* [robertosassu:ima-evm-lsms-v4-devel-v10 22/26] security/integrity/ima/ima_main.c:1156:12: warning: no previous prototype for 'dummy_init_ima_lsm'
@ 2023-10-26 23:13 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-26 23:13 UTC (permalink / raw)
  To: Roberto Sassu; +Cc: oe-kbuild-all

tree:   https://github.com/robertosassu/linux ima-evm-lsms-v4-devel-v10
head:   b56de9fb8f4f26ea450fa3e533685d61089d559a
commit: f08ce9726b1afbfa835cf9599d772636f8dada1c [22/26] ima: Move to LSM infrastructure
config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20231027/202310270736.GCuPmFaZ-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231027/202310270736.GCuPmFaZ-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/202310270736.GCuPmFaZ-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> security/integrity/ima/ima_main.c:1156:12: warning: no previous prototype for 'dummy_init_ima_lsm' [-Wmissing-prototypes]
    1156 | int __init dummy_init_ima_lsm(void)
         |            ^~~~~~~~~~~~~~~~~~


vim +/dummy_init_ima_lsm +1156 security/integrity/ima/ima_main.c

  1154	
  1155	/* Introduce a dummy function as 'ima' init function (it cannot be NULL). */
> 1156	int __init dummy_init_ima_lsm(void)
  1157	{
  1158		return 0;
  1159	}
  1160	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-26 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 23:13 [robertosassu:ima-evm-lsms-v4-devel-v10 22/26] security/integrity/ima/ima_main.c:1156:12: warning: no previous prototype for 'dummy_init_ima_lsm' kernel test robot

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.