# git rev-parse -q --verify aea6bf908d730b01bd264a8821159db9463c111c^{commit} aea6bf908d730b01bd264a8821159db9463c111c already have revision, skipping fetch # git checkout -q -f -B kisskb aea6bf908d730b01bd264a8821159db9463c111c # git clean -qxdf # < git log -1 # commit aea6bf908d730b01bd264a8821159db9463c111c # Merge: c9b93cafb69c 1e7bef5f90ed # Author: Linus Torvalds # Date: Sat Nov 4 09:26:23 2023 -1000 # # Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs # # Pull f2fs updates from Jaegeuk Kim: # "In this cycle, we introduce a bigger page size support by changing the # internal f2fs's block size aligned to the page size. We also continue # to improve zoned block device support regarding the power off # recovery. As usual, there are some bug fixes regarding the error # handling routines in compression and ioctl. # # Enhancements: # - Support Block Size == Page Size # - let f2fs_precache_extents() traverses in file range # - stop iterating f2fs_map_block if hole exists # - preload extent_cache for POSIX_FADV_WILLNEED # - compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file() # # Bug fixes: # - do not return EFSCORRUPTED, but try to run online repair # - finish previous checkpoints before returning from remount # - fix error handling of __get_node_page and __f2fs_build_free_nids # - clean up zones when not successfully unmounted # - fix to initialize map.m_pblk in f2fs_precache_extents() # - fix to drop meta_inode's page cache in f2fs_put_super() # - set the default compress_level on ioctl # - fix to avoid use-after-free on dic # - fix to avoid redundant compress extension # - do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on # - fix deadloop in f2fs_write_cache_pages()" # # * tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: # f2fs: finish previous checkpoints before returning from remount # f2fs: fix error handling of __get_node_page # f2fs: do not return EFSCORRUPTED, but try to run online repair # f2fs: fix error path of __f2fs_build_free_nids # f2fs: Clean up errors in segment.h # f2fs: clean up zones when not successfully unmounted # f2fs: let f2fs_precache_extents() traverses in file range # f2fs: avoid format-overflow warning # f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() # f2fs: Support Block Size == Page Size # f2fs: stop iterating f2fs_map_block if hole exists # f2fs: preload extent_cache for POSIX_FADV_WILLNEED # f2fs: set the default compress_level on ioctl # f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file() # f2fs: fix to drop meta_inode's page cache in f2fs_put_super() # f2fs: split initial and dynamic conditions for extent_cache # f2fs: compress: fix to avoid redundant compress extension # f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on # f2fs: compress: fix to avoid use-after-free on dic # f2fs: compress: fix deadloop in f2fs_write_cache_pages() # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 aea6bf908d730b01bd264a8821159db9463c111c # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_new': /kisskb/src/kernel/bpf/task_iter.c:917:14: error: 'CSS_TASK_ITER_PROCS' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:917:14: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/kernel/bpf/task_iter.c:917:36: error: 'CSS_TASK_ITER_THREADED' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:925:60: error: invalid application of 'sizeof' to incomplete type 'struct css_task_iter' 925 | kit->css_it = bpf_mem_alloc(&bpf_global_ma, sizeof(struct css_task_iter)); | ^~~~~~ /kisskb/src/kernel/bpf/task_iter.c:928:9: error: implicit declaration of function 'css_task_iter_start'; did you mean 'task_seq_start'? [-Werror=implicit-function-declaration] 928 | css_task_iter_start(css, flags, kit->css_it); | ^~~~~~~~~~~~~~~~~~~ | task_seq_start /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_next': /kisskb/src/kernel/bpf/task_iter.c:938:16: error: implicit declaration of function 'css_task_iter_next'; did you mean 'class_dev_iter_next'? [-Werror=implicit-function-declaration] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~ | class_dev_iter_next /kisskb/src/kernel/bpf/task_iter.c:938:16: warning: returning 'int' from a function with return type 'struct task_struct *' makes pointer from integer without a cast [-Wint-conversion] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_destroy': /kisskb/src/kernel/bpf/task_iter.c:947:9: error: implicit declaration of function 'css_task_iter_end' [-Werror=implicit-function-declaration] 947 | css_task_iter_end(kit->css_it); | ^~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: kernel/bpf/task_iter.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: kernel/bpf] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:480: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1911: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc13 # Build took: 0:01:38.185981