# git gc Expanding reachable commits in commit graph: 83040 Expanding reachable commits in commit graph: 172876 Expanding reachable commits in commit graph: 262159 Expanding reachable commits in commit graph: 355686 Expanding reachable commits in commit graph: 453019 Expanding reachable commits in commit graph: 538746 Expanding reachable commits in commit graph: 641043 Expanding reachable commits in commit graph: 743604 Expanding reachable commits in commit graph: 849744 Expanding reachable commits in commit graph: 959176 Expanding reachable commits in commit graph: 1054521 Expanding reachable commits in commit graph: 1153632 Expanding reachable commits in commit graph: 1201023, done. Writing out commit graph in 4 passes: 61% (2941616/4804092) Writing out commit graph in 4 passes: 62% (2978538/4804092) Writing out commit graph in 4 passes: 63% (3026578/4804092) Writing out commit graph in 4 passes: 64% (3074619/4804092) Writing out commit graph in 4 passes: 65% (3122660/4804092) Writing out commit graph in 4 passes: 66% (3170701/4804092) Writing out commit graph in 4 passes: 67% (3218742/4804092) Writing out commit graph in 4 passes: 68% (3266783/4804092) Writing out commit graph in 4 passes: 69% (3314824/4804092) Writing out commit graph in 4 passes: 70% (3362865/4804092) Writing out commit graph in 4 passes: 71% (3410906/4804092) Writing out commit graph in 4 passes: 72% (3458947/4804092) Writing out commit graph in 4 passes: 73% (3506988/4804092) Writing out commit graph in 4 passes: 74% (3555029/4804092) Writing out commit graph in 4 passes: 74% (3600548/4804092) Writing out commit graph in 4 passes: 75% (3603069/4804092) Writing out commit graph in 4 passes: 76% (3651110/4804092) Writing out commit graph in 4 passes: 77% (3699151/4804092) Writing out commit graph in 4 passes: 78% (3747192/4804092) Writing out commit graph in 4 passes: 79% (3795233/4804092) Writing out commit graph in 4 passes: 80% (3843274/4804092) Writing out commit graph in 4 passes: 81% (3891315/4804092) Writing out commit graph in 4 passes: 82% (3939356/4804092) Writing out commit graph in 4 passes: 83% (3987397/4804092) Writing out commit graph in 4 passes: 84% (4035438/4804092) Writing out commit graph in 4 passes: 85% (4083479/4804092) Writing out commit graph in 4 passes: 86% (4131520/4804092) Writing out commit graph in 4 passes: 87% (4179561/4804092) Writing out commit graph in 4 passes: 88% (4227601/4804092) Writing out commit graph in 4 passes: 89% (4275642/4804092) Writing out commit graph in 4 passes: 90% (4323683/4804092) Writing out commit graph in 4 passes: 91% (4371724/4804092) Writing out commit graph in 4 passes: 92% (4419765/4804092) Writing out commit graph in 4 passes: 93% (4467806/4804092) Writing out commit graph in 4 passes: 94% (4515847/4804092) Writing out commit graph in 4 passes: 95% (4563888/4804092) Writing out commit graph in 4 passes: 96% (4611929/4804092) Writing out commit graph in 4 passes: 97% (4659970/4804092) Writing out commit graph in 4 passes: 98% (4708011/4804092) Writing out commit graph in 4 passes: 99% (4756052/4804092) Writing out commit graph in 4 passes: 100% (4804092/4804092) Writing out commit graph in 4 passes: 100% (4804092/4804092), done. # git rev-parse -q --verify c1a515d3c0270628df8ae5f5118ba859b85464a2^{commit} c1a515d3c0270628df8ae5f5118ba859b85464a2 already have revision, skipping fetch # git checkout -q -f -B kisskb c1a515d3c0270628df8ae5f5118ba859b85464a2 # git clean -qxdf # < git log -1 # commit c1a515d3c0270628df8ae5f5118ba859b85464a2 # Merge: 638c1913d2b0 07d2b820fd75 # Author: Linus Torvalds # Date: Thu Aug 3 15:47:39 2023 -0700 # # Merge tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # # - Fix segfault in the powerpc specific arch_skip_callchain_idx # function. The patch doing the reference count init/exit that went # into 6.5 missed this function. # # - Fix regression reading the arm64 PMU cpu slots in sysfs, a patch # removing some code duplication ended up duplicating the /sysfs prefix # for these files. # # - Fix grouping of events related to topdown, addressing a regression on # the CSV output produced by 'perf stat' noticed on the downstream tool # toplev. # # - Fix the uprobe_from_different_cu 'perf test' entry, it is failing # when gcc isn't available, so we need to check that and skip the test # if it is not installed. # # * tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: # perf test parse-events: Test complex name has required event format # perf pmus: Create placholder regardless of scanning core_only # perf test uprobe_from_different_cu: Skip if there is no gcc # perf parse-events: Only move force grouped evsels when sorting # perf parse-events: When fixing group leaders always set the leader # perf parse-events: Extra care around force grouped events # perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx function # perf pmu arm64: Fix reading the PMU cpu slots in sysfs # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux-ld --version # < git log --format=%s --max-count=1 c1a515d3c0270628df8ae5f5118ba859b85464a2 # make -s -j 40 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- allnoconfig # < make -s -j 40 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- help # make -s -j 40 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- olddefconfig # make -s -j 40 ARCH=xtensa O=/kisskb/build/linus_allnoconfig_xtensa-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/xtensa-linux/bin/xtensa-linux- Completed OK # rm -rf /kisskb/build/linus_allnoconfig_xtensa-gcc11 # Build took: 0:03:54.845772