# git gc Expanding reachable commits in commit graph: 54563 Expanding reachable commits in commit graph: 112202 Expanding reachable commits in commit graph: 164800 Expanding reachable commits in commit graph: 206092 Expanding reachable commits in commit graph: 264738 Expanding reachable commits in commit graph: 325592 Expanding reachable commits in commit graph: 386823 Expanding reachable commits in commit graph: 448460 Expanding reachable commits in commit graph: 510011 Expanding reachable commits in commit graph: 569114 Expanding reachable commits in commit graph: 631167 Expanding reachable commits in commit graph: 693159 Expanding reachable commits in commit graph: 754941 Expanding reachable commits in commit graph: 817057 Expanding reachable commits in commit graph: 879454 Expanding reachable commits in commit graph: 941655 Expanding reachable commits in commit graph: 1003586 Expanding reachable commits in commit graph: 1059127 Expanding reachable commits in commit graph: 1122811 Expanding reachable commits in commit graph: 1190143 Expanding reachable commits in commit graph: 1233451, done. Writing out commit graph in 4 passes: 56% (2769919/4933804) Writing out commit graph in 4 passes: 57% (2812269/4933804) Writing out commit graph in 4 passes: 58% (2861607/4933804) Writing out commit graph in 4 passes: 59% (2910945/4933804) Writing out commit graph in 4 passes: 60% (2960283/4933804) Writing out commit graph in 4 passes: 61% (3009621/4933804) Writing out commit graph in 4 passes: 62% (3058959/4933804) Writing out commit graph in 4 passes: 63% (3108297/4933804) Writing out commit graph in 4 passes: 64% (3157635/4933804) Writing out commit graph in 4 passes: 65% (3206973/4933804) Writing out commit graph in 4 passes: 65% (3232418/4933804) Writing out commit graph in 4 passes: 66% (3256311/4933804) Writing out commit graph in 4 passes: 67% (3305649/4933804) Writing out commit graph in 4 passes: 68% (3354987/4933804) Writing out commit graph in 4 passes: 69% (3404325/4933804) Writing out commit graph in 4 passes: 70% (3453663/4933804) Writing out commit graph in 4 passes: 71% (3503001/4933804) Writing out commit graph in 4 passes: 72% (3552339/4933804) Writing out commit graph in 4 passes: 73% (3601677/4933804) Writing out commit graph in 4 passes: 74% (3651015/4933804) Writing out commit graph in 4 passes: 74% (3698274/4933804) Writing out commit graph in 4 passes: 75% (3700353/4933804) Writing out commit graph in 4 passes: 76% (3749692/4933804) Writing out commit graph in 4 passes: 77% (3799030/4933804) Writing out commit graph in 4 passes: 78% (3848368/4933804) Writing out commit graph in 4 passes: 79% (3897706/4933804) Writing out commit graph in 4 passes: 80% (3947044/4933804) Writing out commit graph in 4 passes: 81% (3996382/4933804) Writing out commit graph in 4 passes: 82% (4045720/4933804) Writing out commit graph in 4 passes: 83% (4095058/4933804) Writing out commit graph in 4 passes: 84% (4144396/4933804) Writing out commit graph in 4 passes: 85% (4193734/4933804) Writing out commit graph in 4 passes: 86% (4243072/4933804) Writing out commit graph in 4 passes: 87% (4292410/4933804) Writing out commit graph in 4 passes: 88% (4341748/4933804) Writing out commit graph in 4 passes: 89% (4391086/4933804) Writing out commit graph in 4 passes: 90% (4440424/4933804) Writing out commit graph in 4 passes: 91% (4489762/4933804) Writing out commit graph in 4 passes: 92% (4539100/4933804) Writing out commit graph in 4 passes: 93% (4588438/4933804) Writing out commit graph in 4 passes: 94% (4637776/4933804) Writing out commit graph in 4 passes: 95% (4687114/4933804) Writing out commit graph in 4 passes: 96% (4736452/4933804) Writing out commit graph in 4 passes: 97% (4785790/4933804) Writing out commit graph in 4 passes: 98% (4835128/4933804) Writing out commit graph in 4 passes: 99% (4884466/4933804) Writing out commit graph in 4 passes: 100% (4933804/4933804) Writing out commit graph in 4 passes: 100% (4933804/4933804), done. # git rev-parse -q --verify 6172a5180fcc65170bfa2d49e55427567860f2a7^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 6172a5180fcc65170bfa2d49e55427567860f2a7^{commit} 6172a5180fcc65170bfa2d49e55427567860f2a7 # git checkout -q -f -B kisskb 6172a5180fcc65170bfa2d49e55427567860f2a7 # git clean -qxdf # < git log -1 # commit 6172a5180fcc65170bfa2d49e55427567860f2a7 # Merge: e8f60209d6cf 777f245eec81 # Author: Linus Torvalds # Date: Fri Dec 1 08:24:46 2023 +0900 # # Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from bpf and wifi. # # Current release - regressions: # # - neighbour: fix __randomize_layout crash in struct neighbour # # - r8169: fix deadlock on RTL8125 in jumbo mtu mode # # Previous releases - regressions: # # - wifi: # - mac80211: fix warning at station removal time # - cfg80211: fix CQM for non-range use # # - tools: ynl-gen: fix unexpected response handling # # - octeontx2-af: fix possible buffer overflow # # - dpaa2: recycle the RX buffer only after all processing done # # - rswitch: fix missing dev_kfree_skb_any() in error path # # Previous releases - always broken: # # - ipv4: fix uaf issue when receiving igmp query packet # # - wifi: mac80211: fix debugfs deadlock at device removal time # # - bpf: # - sockmap: af_unix stream sockets need to hold ref for pair sock # - netdevsim: don't accept device bound programs # # - selftests: fix a char signedness issue # # - dsa: mv88e6xxx: fix marvell 6350 probe crash # # - octeontx2-pf: restore TC ingress police rules when interface is up # # - wangxun: fix memory leak on msix entry # # - ravb: keep reverse order of operations in ravb_remove()" # # * tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (51 commits) # net: ravb: Keep reverse order of operations in ravb_remove() # net: ravb: Stop DMA in case of failures on ravb_open() # net: ravb: Start TX queues after HW initialization succeeded # net: ravb: Make write access to CXR35 first before accessing other EMAC registers # net: ravb: Use pm_runtime_resume_and_get() # net: ravb: Check return value of reset_control_deassert() # net: libwx: fix memory leak on msix entry # ice: Fix VF Reset paths when interface in a failed over aggregate # bpf, sockmap: Add af_unix test with both sockets in map # bpf, sockmap: af_unix stream sockets need to hold ref for pair sock # tools: ynl-gen: always construct struct ynl_req_state # ethtool: don't propagate EOPNOTSUPP from dumps # ravb: Fix races between ravb_tx_timeout_work() and net related ops # r8169: prevent potential deadlock in rtl8169_close # r8169: fix deadlock on RTL8125 in jumbo mtu mode # neighbour: Fix __randomize_layout crash in struct neighbour # octeontx2-pf: Restore TC ingress police rules when interface is up # octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64 # net: stmmac: xgmac: Disable FPE MMC interrupts # octeontx2-af: Fix possible buffer overflow # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 6172a5180fcc65170bfa2d49e55427567860f2a7 # make -s -j 160 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- allnoconfig # < make -s -j 160 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- help # make -s -j 160 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- olddefconfig # make -s -j 160 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/xtensa-linux/bin/xtensa-linux- Completed OK # rm -rf /kisskb/build/linus_allnoconfig_xtensa-gcc13 # Build took: 0:05:47.566803