# git gc Expanding reachable commits in commit graph: 88033 Expanding reachable commits in commit graph: 183462 Expanding reachable commits in commit graph: 278929 Expanding reachable commits in commit graph: 380268 Expanding reachable commits in commit graph: 484033 Expanding reachable commits in commit graph: 578880 Expanding reachable commits in commit graph: 688481 Expanding reachable commits in commit graph: 799338 Expanding reachable commits in commit graph: 913954 Expanding reachable commits in commit graph: 1030747 Expanding reachable commits in commit graph: 1127341 Expanding reachable commits in commit graph: 1252500 Expanding reachable commits in commit graph: 1264449, done. Writing out commit graph in 4 passes: 60% (3034957/5057796) Writing out commit graph in 4 passes: 61% (3085256/5057796) Writing out commit graph in 4 passes: 62% (3135834/5057796) Writing out commit graph in 4 passes: 63% (3186412/5057796) Writing out commit graph in 4 passes: 64% (3236990/5057796) Writing out commit graph in 4 passes: 65% (3287568/5057796) Writing out commit graph in 4 passes: 66% (3338146/5057796) Writing out commit graph in 4 passes: 67% (3388724/5057796) Writing out commit graph in 4 passes: 68% (3439302/5057796) Writing out commit graph in 4 passes: 69% (3489880/5057796) Writing out commit graph in 4 passes: 70% (3540458/5057796) Writing out commit graph in 4 passes: 71% (3591036/5057796) Writing out commit graph in 4 passes: 72% (3641614/5057796) Writing out commit graph in 4 passes: 72% (3656787/5057796) Writing out commit graph in 4 passes: 73% (3692192/5057796) Writing out commit graph in 4 passes: 74% (3742770/5057796) Writing out commit graph in 4 passes: 75% (3793347/5057796) Writing out commit graph in 4 passes: 76% (3843925/5057796) Writing out commit graph in 4 passes: 77% (3894503/5057796) Writing out commit graph in 4 passes: 78% (3945081/5057796) Writing out commit graph in 4 passes: 79% (3995659/5057796) Writing out commit graph in 4 passes: 80% (4046237/5057796) Writing out commit graph in 4 passes: 81% (4096815/5057796) Writing out commit graph in 4 passes: 82% (4147393/5057796) Writing out commit graph in 4 passes: 83% (4197971/5057796) Writing out commit graph in 4 passes: 84% (4248549/5057796) Writing out commit graph in 4 passes: 85% (4299127/5057796) Writing out commit graph in 4 passes: 86% (4349705/5057796) Writing out commit graph in 4 passes: 87% (4400283/5057796) Writing out commit graph in 4 passes: 88% (4450861/5057796) Writing out commit graph in 4 passes: 89% (4501439/5057796) Writing out commit graph in 4 passes: 90% (4552017/5057796) Writing out commit graph in 4 passes: 91% (4602595/5057796) Writing out commit graph in 4 passes: 92% (4653173/5057796) Writing out commit graph in 4 passes: 93% (4703751/5057796) Writing out commit graph in 4 passes: 94% (4754329/5057796) Writing out commit graph in 4 passes: 95% (4804907/5057796) Writing out commit graph in 4 passes: 96% (4855485/5057796) Writing out commit graph in 4 passes: 97% (4906063/5057796) Writing out commit graph in 4 passes: 98% (4956641/5057796) Writing out commit graph in 4 passes: 99% (5007219/5057796) Writing out commit graph in 4 passes: 100% (5057796/5057796) Writing out commit graph in 4 passes: 100% (5057796/5057796), done. # git rev-parse -q --verify bfa8f18691ed2e978e4dd51190569c434f93e268^{commit} bfa8f18691ed2e978e4dd51190569c434f93e268 already have revision, skipping fetch # git checkout -q -f -B kisskb bfa8f18691ed2e978e4dd51190569c434f93e268 # git clean -qxdf # < git log -1 # commit bfa8f18691ed2e978e4dd51190569c434f93e268 # Merge: e3111d9c3f72 af180c0880f9 # Author: Linus Torvalds # Date: Fri Mar 22 13:31:07 2024 -0700 # # Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull more SCSI updates from James Bottomley: # "The vfs has long had a write lifetime hint mechanism that gives the # expected longevity on storage of the data being written. f2fs was the # original consumer of this and used the hint for flash data placement # (mostly to avoid write amplification by placing objects with similar # lifetimes in the same erase block). # # More recently the SCSI based UFS (Universal Flash Storage) drivers # have wanted to take advantage of this as well, for the same reasons as # f2fs, necessitating plumbing the write hints through the block layer # and then adding it to the SCSI core. # # The vfs write_hints already taken plumbs this as far as block and this # completes the SCSI core enabling based on a recently agreed reuse of # the old write command group number. The additions to the scsi_debug # driver are for emulating this property so we can run tests on it in # the absence of an actual UFS device" # # * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: # scsi: scsi_debug: Maintain write statistics per group number # scsi: scsi_debug: Implement GET STREAM STATUS # scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page # scsi: scsi_debug: Allocate the MODE SENSE response from the heap # scsi: scsi_debug: Rework subpage code error handling # scsi: scsi_debug: Rework page code error handling # scsi: scsi_debug: Support the block limits extension VPD page # scsi: scsi_debug: Reduce code duplication # scsi: sd: Translate data lifetime information # scsi: scsi_proto: Add structures and constants related to I/O groups and streams # scsi: core: Query the Block Limits Extension VPD page # < /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 bfa8f18691ed2e978e4dd51190569c434f93e268 # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m5272c3_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_m5272c3_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_m5272c3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc13 # Build took: 0:03:58.751223