# git gc Expanding reachable commits in commit graph: 79553 Expanding reachable commits in commit graph: 165508 Expanding reachable commits in commit graph: 256233 Expanding reachable commits in commit graph: 343436 Expanding reachable commits in commit graph: 439516 Expanding reachable commits in commit graph: 526083 Expanding reachable commits in commit graph: 626293 Expanding reachable commits in commit graph: 728443 Expanding reachable commits in commit graph: 832758 Expanding reachable commits in commit graph: 940433 Expanding reachable commits in commit graph: 1050851 Expanding reachable commits in commit graph: 1133923 Expanding reachable commits in commit graph: 1249511, done. Writing out commit graph in 4 passes: 60% (3019612/4998044) Writing out commit graph in 4 passes: 61% (3048807/4998044) Writing out commit graph in 4 passes: 62% (3098788/4998044) Writing out commit graph in 4 passes: 63% (3148768/4998044) Writing out commit graph in 4 passes: 64% (3198749/4998044) Writing out commit graph in 4 passes: 65% (3248729/4998044) Writing out commit graph in 4 passes: 66% (3298710/4998044) Writing out commit graph in 4 passes: 67% (3348690/4998044) Writing out commit graph in 4 passes: 68% (3398670/4998044) Writing out commit graph in 4 passes: 69% (3448651/4998044) Writing out commit graph in 4 passes: 70% (3498631/4998044) Writing out commit graph in 4 passes: 71% (3548612/4998044) Writing out commit graph in 4 passes: 72% (3598592/4998044) Writing out commit graph in 4 passes: 73% (3648573/4998044) Writing out commit graph in 4 passes: 73% (3684438/4998044) Writing out commit graph in 4 passes: 74% (3698553/4998044) Writing out commit graph in 4 passes: 75% (3748533/4998044) Writing out commit graph in 4 passes: 76% (3798514/4998044) Writing out commit graph in 4 passes: 77% (3848494/4998044) Writing out commit graph in 4 passes: 78% (3898475/4998044) Writing out commit graph in 4 passes: 79% (3948455/4998044) Writing out commit graph in 4 passes: 80% (3998436/4998044) Writing out commit graph in 4 passes: 81% (4048416/4998044) Writing out commit graph in 4 passes: 82% (4098397/4998044) Writing out commit graph in 4 passes: 83% (4148377/4998044) Writing out commit graph in 4 passes: 84% (4198357/4998044) Writing out commit graph in 4 passes: 85% (4248338/4998044) Writing out commit graph in 4 passes: 86% (4298318/4998044) Writing out commit graph in 4 passes: 87% (4348299/4998044) Writing out commit graph in 4 passes: 88% (4398279/4998044) Writing out commit graph in 4 passes: 89% (4448260/4998044) Writing out commit graph in 4 passes: 90% (4498240/4998044) Writing out commit graph in 4 passes: 91% (4548221/4998044) Writing out commit graph in 4 passes: 92% (4598201/4998044) Writing out commit graph in 4 passes: 93% (4648181/4998044) Writing out commit graph in 4 passes: 94% (4698162/4998044) Writing out commit graph in 4 passes: 95% (4748142/4998044) Writing out commit graph in 4 passes: 96% (4798123/4998044) Writing out commit graph in 4 passes: 97% (4848103/4998044) Writing out commit graph in 4 passes: 98% (4898084/4998044) Writing out commit graph in 4 passes: 99% (4948064/4998044) Writing out commit graph in 4 passes: 100% (4998044/4998044) Writing out commit graph in 4 passes: 100% (4998044/4998044), done. # git rev-parse -q --verify 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3^{commit} 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3 # git checkout -q -f -B kisskb 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3 # git clean -qxdf # < git log -1 # commit 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3 # Merge: 9e28c7a23bac ec9d669eba4c # Author: Linus Torvalds # Date: Sun Feb 4 07:33:01 2024 +0000 # # Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 # # Pull ext4 fixes from Ted Ts'o: # "Miscellaneous bug fixes and cleanups in ext4's multi-block allocator # and extent handling code" # # * tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (23 commits) # ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type # ext4: make ext4_map_blocks() distinguish delalloc only extent # ext4: add a hole extent entry in cache after punch # ext4: correct the hole length returned by ext4_map_blocks() # ext4: convert to exclusive lock while inserting delalloc extents # ext4: refactor ext4_da_map_blocks() # ext4: remove 'needed' in trace_ext4_discard_preallocations # ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations # ext4: remove unused return value of ext4_mb_release_group_pa # ext4: remove unused return value of ext4_mb_release_inode_pa # ext4: remove unused return value of ext4_mb_release # ext4: remove unused ext4_allocation_context::ac_groups_considered # ext4: remove unneeded return value of ext4_mb_release_context # ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*() # ext4: remove unused return value of __mb_check_buddy # ext4: mark the group block bitmap as corrupted before reporting an error # ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() # ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() # ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt # ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() # ... # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 3f24fcdacd40c70dd2949c1cfd8cc2e75942a9e3 # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/lib/cmpdi2.c:6:11: warning: no previous prototype for '__cmpdi2' [-Wmissing-prototypes] 6 | word_type __cmpdi2(long long a, long long b) | ^~~~~~~~ /kisskb/src/arch/sparc/lib/ucmpdi2.c:5:11: warning: no previous prototype for '__ucmpdi2' [-Wmissing-prototypes] 5 | word_type __ucmpdi2(unsigned long long a, unsigned long long b) | ^~~~~~~~~ /kisskb/src/kernel/dma.c:70:5: warning: no previous prototype for 'request_dma' [-Wmissing-prototypes] 70 | int request_dma(unsigned int dmanr, const char * device_id) | ^~~~~~~~~~~ /kisskb/src/kernel/dma.c:88:6: warning: no previous prototype for 'free_dma' [-Wmissing-prototypes] 88 | void free_dma(unsigned int dmanr) | ^~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_defconfig_sparc64-gcc12 # Build took: 0:04:34.035633