# git gc Expanding reachable commits in commit graph: 94243 Expanding reachable commits in commit graph: 195421 Expanding reachable commits in commit graph: 297148 Expanding reachable commits in commit graph: 404357 Expanding reachable commits in commit graph: 515571 Expanding reachable commits in commit graph: 617528 Expanding reachable commits in commit graph: 734507 Expanding reachable commits in commit graph: 854298 Expanding reachable commits in commit graph: 976710 Expanding reachable commits in commit graph: 1077986 Expanding reachable commits in commit graph: 1210608 Expanding reachable commits in commit graph: 1293611, done. Writing out commit graph in 4 passes: 59% (3085720/5174444) Writing out commit graph in 4 passes: 60% (3104667/5174444) Writing out commit graph in 4 passes: 61% (3156411/5174444) Writing out commit graph in 4 passes: 62% (3208156/5174444) Writing out commit graph in 4 passes: 63% (3259900/5174444) Writing out commit graph in 4 passes: 64% (3311645/5174444) Writing out commit graph in 4 passes: 65% (3363389/5174444) Writing out commit graph in 4 passes: 66% (3415134/5174444) Writing out commit graph in 4 passes: 67% (3466878/5174444) Writing out commit graph in 4 passes: 68% (3518622/5174444) Writing out commit graph in 4 passes: 69% (3570367/5174444) Writing out commit graph in 4 passes: 70% (3622111/5174444) Writing out commit graph in 4 passes: 71% (3673856/5174444) Writing out commit graph in 4 passes: 71% (3701191/5174444) Writing out commit graph in 4 passes: 72% (3725600/5174444) Writing out commit graph in 4 passes: 73% (3777345/5174444) Writing out commit graph in 4 passes: 74% (3829089/5174444) Writing out commit graph in 4 passes: 75% (3880833/5174444) Writing out commit graph in 4 passes: 76% (3932578/5174444) Writing out commit graph in 4 passes: 77% (3984322/5174444) Writing out commit graph in 4 passes: 78% (4036067/5174444) Writing out commit graph in 4 passes: 79% (4087811/5174444) Writing out commit graph in 4 passes: 80% (4139556/5174444) Writing out commit graph in 4 passes: 81% (4191300/5174444) Writing out commit graph in 4 passes: 82% (4243045/5174444) Writing out commit graph in 4 passes: 83% (4294789/5174444) Writing out commit graph in 4 passes: 84% (4346533/5174444) Writing out commit graph in 4 passes: 85% (4398278/5174444) Writing out commit graph in 4 passes: 86% (4450022/5174444) Writing out commit graph in 4 passes: 87% (4501767/5174444) Writing out commit graph in 4 passes: 88% (4553511/5174444) Writing out commit graph in 4 passes: 89% (4605256/5174444) Writing out commit graph in 4 passes: 90% (4657000/5174444) Writing out commit graph in 4 passes: 91% (4708745/5174444) Writing out commit graph in 4 passes: 92% (4760489/5174444) Writing out commit graph in 4 passes: 93% (4812233/5174444) Writing out commit graph in 4 passes: 94% (4863978/5174444) Writing out commit graph in 4 passes: 95% (4915722/5174444) Writing out commit graph in 4 passes: 96% (4967467/5174444) Writing out commit graph in 4 passes: 97% (5019211/5174444) Writing out commit graph in 4 passes: 98% (5070956/5174444) Writing out commit graph in 4 passes: 99% (5122700/5174444) Writing out commit graph in 4 passes: 100% (5174444/5174444) Writing out commit graph in 4 passes: 100% (5174444/5174444), done. # git rev-parse -q --verify 5ad7ff8738b8bd238ca899df08badb1f61bcc39e^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 5ad7ff8738b8bd238ca899df08badb1f61bcc39e^{commit} 5ad7ff8738b8bd238ca899df08badb1f61bcc39e # git checkout -q -f -B kisskb 5ad7ff8738b8bd238ca899df08badb1f61bcc39e # git clean -qxdf # < git log -1 # commit 5ad7ff8738b8bd238ca899df08badb1f61bcc39e # Merge: 371c141464b8 bed6b0317441 # Author: Linus Torvalds # Date: Tue Jul 23 15:21:19 2024 -0700 # # Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs # # Pull f2fs updates from Jaegeuk Kim: # "A pretty small update including mostly minor bug fixes in zoned # storage along with the large section support. # # Enhancements: # - add support for FS_IOC_GETFSSYSFSPATH # - enable atgc dynamically if conditions are met # - use new ioprio Macro to get ckpt thread ioprio level # - remove unreachable lazytime mount option parsing # # Bug fixes: # - fix null reference error when checking end of zone # - fix start segno of large section # - fix to cover read extent cache access with lock # - don't dirty inode for readonly filesystem # - allocate a new section if curseg is not the first seg in its zone # - only fragment segment in the same section # - truncate preallocated blocks in f2fs_file_open() # - fix to avoid use SSR allocate when do defragment # - fix to force buffered IO on inline_data inode # # And some minor code clean-ups and sanity checks" # # * tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (26 commits) # f2fs: clean up addrs_per_{inode,block}() # f2fs: clean up F2FS_I() # f2fs: use meta inode for GC of COW file # f2fs: use meta inode for GC of atomic file # f2fs: only fragment segment in the same section # f2fs: fix to update user block counts in block_operations() # f2fs: remove unreachable lazytime mount option parsing # f2fs: fix null reference error when checking end of zone # f2fs: fix start segno of large section # f2fs: remove redundant sanity check in sanity_check_inode() # f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid # f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie # f2fs: clean up set REQ_RAHEAD given rac # f2fs: enable atgc dynamically if conditions are met # f2fs: fix to truncate preallocated blocks in f2fs_file_open() # f2fs: fix to cover read extent cache access with lock # f2fs: fix return value of f2fs_convert_inline_inode() # f2fs: use new ioprio Macro to get ckpt thread ioprio level # f2fs: fix to don't dirty inode for readonly filesystem # f2fs: fix to avoid use SSR allocate when do defragment # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 5ad7ff8738b8bd238ca899df08badb1f61bcc39e # make -s -j 32 ARCH=sparc64 O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allnoconfig # < make -s -j 32 ARCH=sparc64 O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc64 O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc64 O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/vdso/vclock_gettime.c:254:1: warning: no previous prototype for '__vdso_clock_gettime' [-Wmissing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:282:1: warning: no previous prototype for '__vdso_clock_gettime_stick' [-Wmissing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:307:1: warning: no previous prototype for '__vdso_gettimeofday' [-Wmissing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:343:1: warning: no previous prototype for '__vdso_gettimeofday_stick' [-Wmissing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/sparc/vdso/vdso32/vclock_gettime.c:22: /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:254:1: warning: no previous prototype for '__vdso_clock_gettime' [-Wmissing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:282:1: warning: no previous prototype for '__vdso_clock_gettime_stick' [-Wmissing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:307:1: warning: no previous prototype for '__vdso_gettimeofday' [-Wmissing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:343:1: warning: no previous prototype for '__vdso_gettimeofday_stick' [-Wmissing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3072:2: warning: #warning clone3() entry point is missing, please fix [-Wcpp] 3072 | #warning clone3() entry point is missing, please fix | ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_allnoconfig_sparc64-gcc13 # Build took: 0:04:00.804280