tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: 03c9c649e6f28e26260d276ce755f785b2435da3 commit: b16c9013e8adf3fbfb1f5a016785fd034c744a1c [13/13] ub:ubus: Support UBUS RAS capability config: arm64-randconfig-004-20251226 (https://download.01.org/0day-ci/archive/20251226/202512261906.0Yqmph2F-lkp@i...) compiler: aarch64-linux-gcc (GCC) 13.4.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251226/202512261906.0Yqmph2F-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/202512261906.0Yqmph2F-lkp@intel.com/ All warnings (new ones prefixed by >>): drivers/ub/ubus/services/ras.c:32:5: warning: no previous prototype for 'cper_severity_to_ub_ras' [-Wmissing-prototypes] 32 | int cper_severity_to_ub_ras(int cper_severity) | ^~~~~~~~~~~~~~~~~~~~~~~ drivers/ub/ubus/services/ras.c:272:6: warning: no previous prototype for 'ub_ras_recover_queue' [-Wmissing-prototypes] 272 | void ub_ras_recover_queue(struct cper_sec_ubus *ubus_err, int severity) | ^~~~~~~~~~~~~~~~~~~~
drivers/ub/ubus/services/ras.c:328:6: warning: no previous prototype for 'ub_ras_init' [-Wmissing-prototypes] 328 | void ub_ras_init(void) | ^~~~~~~~~~~ drivers/ub/ubus/services/ras.c:333:6: warning: no previous prototype for 'ub_ras_uninit' [-Wmissing-prototypes] 333 | void ub_ras_uninit(void) | ^~~~~~~~~~~~~
Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for RESCTRL_FS Depends on [n]: MISC_FILESYSTEMS [=n] && ARCH_HAS_CPU_RESCTRL [=y] Selected by [y]: - ARM64_MPAM [=y] vim +/ub_ras_init +328 drivers/ub/ubus/services/ras.c 327
328 void ub_ras_init(void) 329 { 330 ub_ras_register_recover_func(ub_ras_recover_queue); 331 } 332 333 void ub_ras_uninit(void)
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki