# git gc Expanding reachable commits in commit graph: 57153 Expanding reachable commits in commit graph: 98804 Expanding reachable commits in commit graph: 126122 Expanding reachable commits in commit graph: 181211 Expanding reachable commits in commit graph: 242854 Expanding reachable commits in commit graph: 304211 Expanding reachable commits in commit graph: 367531 Expanding reachable commits in commit graph: 431283 Expanding reachable commits in commit graph: 495240 Expanding reachable commits in commit graph: 556495 Expanding reachable commits in commit graph: 620780 Expanding reachable commits in commit graph: 685061 Expanding reachable commits in commit graph: 732971 Expanding reachable commits in commit graph: 796556 Expanding reachable commits in commit graph: 860077 Expanding reachable commits in commit graph: 923851 Expanding reachable commits in commit graph: 987969 Expanding reachable commits in commit graph: 1051943 Expanding reachable commits in commit graph: 1087794 Expanding reachable commits in commit graph: 1153428 Expanding reachable commits in commit graph: 1222122 Expanding reachable commits in commit graph: 1279215, done. Writing out commit graph in 4 passes: 55% (2859439/5116860) Writing out commit graph in 4 passes: 56% (2865442/5116860) Writing out commit graph in 4 passes: 57% (2916611/5116860) Writing out commit graph in 4 passes: 58% (2967779/5116860) Writing out commit graph in 4 passes: 59% (3018948/5116860) Writing out commit graph in 4 passes: 60% (3070116/5116860) Writing out commit graph in 4 passes: 61% (3121285/5116860) Writing out commit graph in 4 passes: 62% (3172454/5116860) Writing out commit graph in 4 passes: 63% (3223622/5116860) Writing out commit graph in 4 passes: 64% (3274791/5116860) Writing out commit graph in 4 passes: 65% (3325959/5116860) Writing out commit graph in 4 passes: 65% (3327096/5116860) Writing out commit graph in 4 passes: 66% (3377128/5116860) Writing out commit graph in 4 passes: 67% (3428297/5116860) Writing out commit graph in 4 passes: 68% (3479465/5116860) Writing out commit graph in 4 passes: 69% (3530634/5116860) Writing out commit graph in 4 passes: 70% (3581802/5116860) Writing out commit graph in 4 passes: 71% (3632971/5116860) Writing out commit graph in 4 passes: 72% (3684140/5116860) Writing out commit graph in 4 passes: 73% (3735308/5116860) Writing out commit graph in 4 passes: 74% (3786477/5116860) Writing out commit graph in 4 passes: 74% (3796911/5116860) Writing out commit graph in 4 passes: 75% (3837645/5116860) Writing out commit graph in 4 passes: 76% (3888814/5116860) Writing out commit graph in 4 passes: 77% (3939983/5116860) Writing out commit graph in 4 passes: 78% (3991151/5116860) Writing out commit graph in 4 passes: 79% (4042320/5116860) Writing out commit graph in 4 passes: 80% (4093488/5116860) Writing out commit graph in 4 passes: 81% (4144657/5116860) Writing out commit graph in 4 passes: 82% (4195826/5116860) Writing out commit graph in 4 passes: 83% (4246994/5116860) Writing out commit graph in 4 passes: 84% (4298163/5116860) Writing out commit graph in 4 passes: 85% (4349331/5116860) Writing out commit graph in 4 passes: 86% (4400500/5116860) Writing out commit graph in 4 passes: 87% (4451669/5116860) Writing out commit graph in 4 passes: 88% (4502837/5116860) Writing out commit graph in 4 passes: 89% (4554006/5116860) Writing out commit graph in 4 passes: 90% (4605174/5116860) Writing out commit graph in 4 passes: 91% (4656343/5116860) Writing out commit graph in 4 passes: 92% (4707512/5116860) Writing out commit graph in 4 passes: 93% (4758680/5116860) Writing out commit graph in 4 passes: 94% (4809849/5116860) Writing out commit graph in 4 passes: 95% (4861017/5116860) Writing out commit graph in 4 passes: 96% (4912186/5116860) Writing out commit graph in 4 passes: 97% (4963355/5116860) Writing out commit graph in 4 passes: 98% (5014523/5116860) Writing out commit graph in 4 passes: 99% (5065692/5116860) Writing out commit graph in 4 passes: 100% (5116860/5116860) Writing out commit graph in 4 passes: 100% (5116860/5116860), done. # git rev-parse -q --verify f1f9984fdc5e37303d7180ff7a85dfecb8e57e85^{commit} f1f9984fdc5e37303d7180ff7a85dfecb8e57e85 already have revision, skipping fetch # git checkout -q -f -B kisskb f1f9984fdc5e37303d7180ff7a85dfecb8e57e85 # git clean -qxdf # < git log -1 # commit f1f9984fdc5e37303d7180ff7a85dfecb8e57e85 # Merge: 9351f138d1dc 6ca445d8af0e # Author: Linus Torvalds # Date: Fri May 24 10:46:35 2024 -0700 # # Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull more RISC-V updates from Palmer Dabbelt: # # - The compression format used for boot images is now configurable at # build time, and these formats are shown in `make help` # # - access_ok() has been optimized # # - A pair of performance bugs have been fixed in the uaccess handlers # # - Various fixes and cleanups, including one for the IMSIC build failure # and one for the early-boot ftrace illegal NOPs bug # # * tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: # riscv: Fix early ftrace nop patching # irqchip: riscv-imsic: Fixup riscv_ipi_set_virq_range() conflict # riscv: selftests: Add signal handling vector tests # riscv: mm: accelerate pagefault when badaccess # riscv: uaccess: Relax the threshold for fast path # riscv: uaccess: Allow the last potential unrolled copy # riscv: typo in comment for get_f64_reg # Use bool value in set_cpu_online() # riscv: selftests: Add hwprobe binaries to .gitignore # riscv: stacktrace: fixed walk_stackframe() # ftrace: riscv: move from REGS to ARGS # riscv: do not select MODULE_SECTIONS by default # riscv: show help string for riscv-specific targets # riscv: make image compression configurable # riscv: cpufeature: Fix extension subset checking # riscv: cpufeature: Fix thead vector hwcap removal # riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context # riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled # riscv: Define TASK_SIZE_MAX for __access_ok() # riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 f1f9984fdc5e37303d7180ff7a85dfecb8e57e85 # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allnoconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- allnoconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_allnoconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allnoconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allnoconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_allnoconfig_sh4-gcc13 # Build took: 0:08:33.598956