tree: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git dev-test head: 05735334776f7f446fbda9fd7efa7d9f835096ca commit: 98eebae9535e3ca2df2157d29a37c1b74d8deb79 [35/36] f2fs: fix changing cursegs if recovery fails on zoned device config: x86_64-kexec (https://download.01.org/0day-ci/archive/20241121/202411211538.tus6kzm1-...@intel.com/config) compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241121/202411211538.tus6kzm1-...@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 <l...@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202411211538.tus6kzm1-...@intel.com/ All error/warnings (new ones prefixed by >>, old ones prefixed by <<): In file included from fs/f2fs/segment.c:9: In file included from include/linux/f2fs_fs.h:11: In file included from include/linux/pagemap.h:8: In file included from include/linux/mm.h:2213: include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion] 504 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS + | ~~~~~~~~~~~~~~~~~~~~~ ^ 505 | item]; | ~~~~ include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion] 511 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS + | ~~~~~~~~~~~~~~~~~~~~~ ^ 512 | NR_VM_NUMA_EVENT_ITEMS + | ~~~~~~~~~~~~~~~~~~~~~~ include/linux/vmstat.h:518:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion] 518 | return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_" | ~~~~~~~~~~~ ^ ~~~ include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion] 524 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS + | ~~~~~~~~~~~~~~~~~~~~~ ^ 525 | NR_VM_NUMA_EVENT_ITEMS + | ~~~~~~~~~~~~~~~~~~~~~~ >> fs/f2fs/segment.c:5452:5: warning: no previous prototype for function >> 'f2fs_fix_curseg_write_pointer' [-Wmissing-prototypes] 5452 | int f2fs_fix_curseg_write_pointer(struct f2fs_sb_info *sbi) | ^ fs/f2fs/segment.c:5452:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 5452 | int f2fs_fix_curseg_write_pointer(struct f2fs_sb_info *sbi) | ^ | static >> fs/f2fs/segment.c:5457:5: warning: no previous prototype for function >> 'f2fs_check_write_pointer' [-Wmissing-prototypes] 5457 | int f2fs_check_write_pointer(struct f2fs_sb_info *sbi) | ^ fs/f2fs/segment.c:5457:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 5457 | int f2fs_check_write_pointer(struct f2fs_sb_info *sbi) | ^ | static 6 warnings generated. -- >> ERROR: modpost: "f2fs_check_and_fix_write_pointer" [fs/f2fs/f2fs.ko] >> undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel