[android-common:android14-kiwi-6.1 226/226] kernel/module/gki_module.c:31:6: warning: no previous prototype for 'gki_is_module_unprotected_symbol'
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
Hi Ramji, FYI, the error/warning still remains. tree: https://android.googlesource.com/kernel/common android14-kiwi-6.1 head: d89a71b35286ef21319e2aeff62c77f2f7244cb7 commit: e9669eeb2f4580e44226cf1b582340f4b6388387 [226/226] ANDROID: GKI: Add module load time symbol protection config: arm64-randconfig-004-20260822 (https://download.01.org/0day-ci/archive/20260822/[email protected]/config) compiler: aarch64-linux-gcc (GCC) 12.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260822/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): >> kernel/module/gki_module.c:31:6: warning: no previous prototype for 'gki_is_module_unprotected_symbol' [-Wmissing-prototypes] 31 | bool gki_is_module_unprotected_symbol(const char *name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for USB_PHY Depends on [n]: USB_SUPPORT [=n] Selected by [y]: - GKI_HIDDEN_USB_CONFIGS [=y] WARNING: unmet direct dependencies detected for VIDEO_V4L2_SUBDEV_API Depends on [n]: MEDIA_SUPPORT [=y] && VIDEO_DEV [=n] && MEDIA_CONTROLLER [=y] Selected by [y]: - GKI_HIDDEN_MEDIA_CONFIGS [=y] vim +/gki_is_module_unprotected_symbol +31 kernel/module/gki_module.c 25 26 /** 27 * gki_is_module_unprotected_symbol - Is a symbol unprotected for unsigned module? 28 * 29 * @name: Symbol being checked in list of unprotected symbols 30 */ > 31 bool gki_is_module_unprotected_symbol(const char *name) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki