Hi Jiri, kernel test robot noticed the following build warnings: [auto build test WARNING on bpf/master] url: https://github.com/intel-lab-lkp/linux/commits/Jiri-Olsa/bpf-Fix-prog_array_map_poke_run-map-poke-update/20231204-045204 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master patch link: https://lore.kernel.org/r/20231203204851.388654-2-jolsa%40kernel.org patch subject: [PATCHv3 bpf 1/2] bpf: Fix prog_array_map_poke_run map poke update config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20231205/202312051420.clYpN744-lkp@xxxxxxxxx/config) compiler: m68k-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231205/202312051420.clYpN744-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202312051420.clYpN744-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> kernel/bpf/arraymap.c:1015:13: warning: no previous prototype for 'bpf_arch_poke_desc_update' [-Wmissing-prototypes] 1015 | void __weak bpf_arch_poke_desc_update(struct bpf_jit_poke_descriptor *poke, | ^~~~~~~~~~~~~~~~~~~~~~~~~ vim +/bpf_arch_poke_desc_update +1015 kernel/bpf/arraymap.c 1014 > 1015 void __weak bpf_arch_poke_desc_update(struct bpf_jit_poke_descriptor *poke, 1016 struct bpf_prog *new, struct bpf_prog *old) 1017 { 1018 WARN_ON_ONCE(1); 1019 } 1020 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki