# git gc Expanding reachable commits in commit graph: 93369 Expanding reachable commits in commit graph: 194675 Expanding reachable commits in commit graph: 296583 Expanding reachable commits in commit graph: 403802 Expanding reachable commits in commit graph: 514846 Expanding reachable commits in commit graph: 616949 Expanding reachable commits in commit graph: 733877 Expanding reachable commits in commit graph: 853484 Expanding reachable commits in commit graph: 975647 Expanding reachable commits in commit graph: 1076805 Expanding reachable commits in commit graph: 1209364 Expanding reachable commits in commit graph: 1296163, done. Writing out commit graph in 4 passes: 59% (3098030/5184652) Writing out commit graph in 4 passes: 60% (3110792/5184652) Writing out commit graph in 4 passes: 61% (3162638/5184652) Writing out commit graph in 4 passes: 62% (3214485/5184652) Writing out commit graph in 4 passes: 63% (3266331/5184652) Writing out commit graph in 4 passes: 64% (3318178/5184652) Writing out commit graph in 4 passes: 65% (3370024/5184652) Writing out commit graph in 4 passes: 66% (3421871/5184652) Writing out commit graph in 4 passes: 67% (3473717/5184652) Writing out commit graph in 4 passes: 68% (3525564/5184652) Writing out commit graph in 4 passes: 69% (3577410/5184652) Writing out commit graph in 4 passes: 70% (3629257/5184652) Writing out commit graph in 4 passes: 71% (3681103/5184652) Writing out commit graph in 4 passes: 71% (3717625/5184652) Writing out commit graph in 4 passes: 72% (3732950/5184652) Writing out commit graph in 4 passes: 73% (3784796/5184652) Writing out commit graph in 4 passes: 74% (3836643/5184652) Writing out commit graph in 4 passes: 75% (3888489/5184652) Writing out commit graph in 4 passes: 76% (3940336/5184652) Writing out commit graph in 4 passes: 77% (3992183/5184652) Writing out commit graph in 4 passes: 78% (4044029/5184652) Writing out commit graph in 4 passes: 79% (4095876/5184652) Writing out commit graph in 4 passes: 80% (4147722/5184652) Writing out commit graph in 4 passes: 81% (4199569/5184652) Writing out commit graph in 4 passes: 82% (4251415/5184652) Writing out commit graph in 4 passes: 83% (4303262/5184652) Writing out commit graph in 4 passes: 84% (4355108/5184652) Writing out commit graph in 4 passes: 85% (4406955/5184652) Writing out commit graph in 4 passes: 86% (4458801/5184652) Writing out commit graph in 4 passes: 87% (4510648/5184652) Writing out commit graph in 4 passes: 88% (4562494/5184652) Writing out commit graph in 4 passes: 89% (4614341/5184652) Writing out commit graph in 4 passes: 90% (4666187/5184652) Writing out commit graph in 4 passes: 91% (4718034/5184652) Writing out commit graph in 4 passes: 92% (4769880/5184652) Writing out commit graph in 4 passes: 93% (4821727/5184652) Writing out commit graph in 4 passes: 94% (4873573/5184652) Writing out commit graph in 4 passes: 95% (4925420/5184652) Writing out commit graph in 4 passes: 96% (4977266/5184652) Writing out commit graph in 4 passes: 97% (5029113/5184652) Writing out commit graph in 4 passes: 98% (5080959/5184652) Writing out commit graph in 4 passes: 99% (5132806/5184652) Writing out commit graph in 4 passes: 100% (5184652/5184652) Writing out commit graph in 4 passes: 100% (5184652/5184652), done. # git rev-parse -q --verify d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f^{commit} d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f # git checkout -q -f -B kisskb d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f # git clean -qxdf # < git log -1 # commit d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f # Merge: 37d4cc69876f 71c03a8cb213 # Author: Linus Torvalds # Date: Sat Sep 7 11:29:13 2024 -0700 # # Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux # # Pull clk fixes from Stephen Boyd: # "A pile of Qualcomm clk driver fixes with two main themes: the alpha # PLL driver and shared RCGs, and one fix for the Starfive JH7110 SoC. # # - The Alpha PLL clk_ops had multiple problems around setting rates. # # There are a handful of patches here that fix masks and skip # enabling the clk from set_rate() when the PLL is disabled. The PLLs # are crucial to operation of the system as almost all frequencies in # the system are derived from them. # # - Parking shared RCGs at a slow always on clk at registration time # breaks stuff. # # USB host mode can't handle such a slow frequency and the serial # console gets all garbled when the UART clk is handed over to the # kernel. There's a few patches that don't use the shared clk_ops for # the UART clks and another one to skip parking the USB clk at # registration time. # # - The Starfive PLL driver used for the CPU was busted causing cpufreq # to fail because the clk didn't change to a safe parent during # set_rate(). # # The fix is to register a notifier and switch to a safe parent so # the PLL can change rate in a glitch free manner" # # * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: # clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs # clk: starfive: jh7110-sys: Add notifier for PLL0 clock # clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPs # clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time # clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs # clk: qcom: gcc-x1e80100: Don't use parking clk_ops for QUPs # clk: qcom: ipq9574: Update the alpha PLL type for GPLLs # clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flags # clk: qcom: clk-alpha-pll: Update set_rate for Zonda PLL # clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabled # clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API # clk: qcom: clk-alpha-pll: Fix the pll post div mask # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 d1f2d51b711a3b7f1ae1b46701c769c1d580fa7f # make -s -j 32 ARCH=mips O=/kisskb/build/linus_allnoconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- allnoconfig # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_allnoconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 32 ARCH=mips O=/kisskb/build/linus_allnoconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 32 ARCH=mips O=/kisskb/build/linus_allnoconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- Completed OK # rm -rf /kisskb/build/linus_allnoconfig_mips-gcc8 # Build took: 0:03:49.863715