# git gc Expanding reachable commits in commit graph: 54002 Expanding reachable commits in commit graph: 111104 Expanding reachable commits in commit graph: 168883 Expanding reachable commits in commit graph: 227877 Expanding reachable commits in commit graph: 286123 Expanding reachable commits in commit graph: 346232 Expanding reachable commits in commit graph: 406473 Expanding reachable commits in commit graph: 466744 Expanding reachable commits in commit graph: 524278 Expanding reachable commits in commit graph: 585550 Expanding reachable commits in commit graph: 646522 Expanding reachable commits in commit graph: 707457 Expanding reachable commits in commit graph: 767888 Expanding reachable commits in commit graph: 828014 Expanding reachable commits in commit graph: 888251 Expanding reachable commits in commit graph: 948823 Expanding reachable commits in commit graph: 1009296 Expanding reachable commits in commit graph: 1063437 Expanding reachable commits in commit graph: 1125487 Expanding reachable commits in commit graph: 1188736 Expanding reachable commits in commit graph: 1255704 Expanding reachable commits in commit graph: 1279215, done. Writing out commit graph in 4 passes: 55% (2841353/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: 64% (3281901/5116860) Writing out commit graph in 4 passes: 65% (3325959/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: 72% (3722812/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: 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_defconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_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_defconfig_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_defconfig_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] /kisskb/src/kernel/locking/spinlock.c:68:17: warning: no previous prototype for '__raw_spin_lock' [-Wmissing-prototypes] 68 | void __lockfunc __raw_##op##_lock(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:126:1: note: in expansion of macro 'BUILD_LOCK_OPS' 126 | BUILD_LOCK_OPS(spin, raw_spinlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:80:26: warning: no previous prototype for '__raw_spin_lock_irqsave' [-Wmissing-prototypes] 80 | unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:126:1: note: in expansion of macro 'BUILD_LOCK_OPS' 126 | BUILD_LOCK_OPS(spin, raw_spinlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:98:17: warning: no previous prototype for '__raw_spin_lock_irq' [-Wmissing-prototypes] 98 | void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:126:1: note: in expansion of macro 'BUILD_LOCK_OPS' 126 | BUILD_LOCK_OPS(spin, raw_spinlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:103:17: warning: no previous prototype for '__raw_spin_lock_bh' [-Wmissing-prototypes] 103 | void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:126:1: note: in expansion of macro 'BUILD_LOCK_OPS' 126 | BUILD_LOCK_OPS(spin, raw_spinlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:68:17: warning: no previous prototype for '__raw_read_lock' [-Wmissing-prototypes] 68 | void __lockfunc __raw_##op##_lock(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:129:1: note: in expansion of macro 'BUILD_LOCK_OPS' 129 | BUILD_LOCK_OPS(read, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:80:26: warning: no previous prototype for '__raw_read_lock_irqsave' [-Wmissing-prototypes] 80 | unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:129:1: note: in expansion of macro 'BUILD_LOCK_OPS' 129 | BUILD_LOCK_OPS(read, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:98:17: warning: no previous prototype for '__raw_read_lock_irq' [-Wmissing-prototypes] 98 | void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:129:1: note: in expansion of macro 'BUILD_LOCK_OPS' 129 | BUILD_LOCK_OPS(read, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:103:17: warning: no previous prototype for '__raw_read_lock_bh' [-Wmissing-prototypes] 103 | void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:129:1: note: in expansion of macro 'BUILD_LOCK_OPS' 129 | BUILD_LOCK_OPS(read, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:68:17: warning: no previous prototype for '__raw_write_lock' [-Wmissing-prototypes] 68 | void __lockfunc __raw_##op##_lock(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:130:1: note: in expansion of macro 'BUILD_LOCK_OPS' 130 | BUILD_LOCK_OPS(write, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:80:26: warning: no previous prototype for '__raw_write_lock_irqsave' [-Wmissing-prototypes] 80 | unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:130:1: note: in expansion of macro 'BUILD_LOCK_OPS' 130 | BUILD_LOCK_OPS(write, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:98:17: warning: no previous prototype for '__raw_write_lock_irq' [-Wmissing-prototypes] 98 | void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:130:1: note: in expansion of macro 'BUILD_LOCK_OPS' 130 | BUILD_LOCK_OPS(write, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock.c:103:17: warning: no previous prototype for '__raw_write_lock_bh' [-Wmissing-prototypes] 103 | void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \ | ^~~~~~ /kisskb/src/kernel/locking/spinlock.c:130:1: note: in expansion of macro 'BUILD_LOCK_OPS' 130 | BUILD_LOCK_OPS(write, rwlock); | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:391:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] 391 | } | ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_defconfig_sh4-gcc13 # Build took: 0:07:00.300990