# git gc Expanding reachable commits in commit graph: 81397 Expanding reachable commits in commit graph: 169720 Expanding reachable commits in commit graph: 262207 Expanding reachable commits in commit graph: 354025 Expanding reachable commits in commit graph: 452118 Expanding reachable commits in commit graph: 538820 Expanding reachable commits in commit graph: 642004 Expanding reachable commits in commit graph: 745589 Expanding reachable commits in commit graph: 852724 Expanding reachable commits in commit graph: 962110 Expanding reachable commits in commit graph: 1054531 Expanding reachable commits in commit graph: 1160447 Expanding reachable commits in commit graph: 1202717, done. Writing out commit graph in 4 passes: 61% (2950903/4810868) Writing out commit graph in 4 passes: 62% (2982739/4810868) Writing out commit graph in 4 passes: 63% (3030847/4810868) Writing out commit graph in 4 passes: 64% (3078956/4810868) Writing out commit graph in 4 passes: 65% (3127065/4810868) Writing out commit graph in 4 passes: 66% (3175173/4810868) Writing out commit graph in 4 passes: 67% (3223282/4810868) Writing out commit graph in 4 passes: 68% (3271391/4810868) Writing out commit graph in 4 passes: 69% (3319499/4810868) Writing out commit graph in 4 passes: 70% (3367608/4810868) Writing out commit graph in 4 passes: 71% (3415717/4810868) Writing out commit graph in 4 passes: 72% (3463825/4810868) Writing out commit graph in 4 passes: 73% (3511934/4810868) Writing out commit graph in 4 passes: 74% (3560043/4810868) Writing out commit graph in 4 passes: 75% (3608151/4810868) Writing out commit graph in 4 passes: 76% (3656260/4810868) Writing out commit graph in 4 passes: 77% (3704369/4810868) Writing out commit graph in 4 passes: 78% (3752478/4810868) Writing out commit graph in 4 passes: 79% (3800586/4810868) Writing out commit graph in 4 passes: 80% (3848695/4810868) Writing out commit graph in 4 passes: 81% (3896804/4810868) Writing out commit graph in 4 passes: 82% (3944912/4810868) Writing out commit graph in 4 passes: 83% (3993021/4810868) Writing out commit graph in 4 passes: 84% (4041130/4810868) Writing out commit graph in 4 passes: 84% (4084025/4810868) Writing out commit graph in 4 passes: 85% (4089238/4810868) Writing out commit graph in 4 passes: 86% (4137347/4810868) Writing out commit graph in 4 passes: 87% (4185456/4810868) Writing out commit graph in 4 passes: 88% (4233564/4810868) Writing out commit graph in 4 passes: 89% (4281673/4810868) Writing out commit graph in 4 passes: 90% (4329782/4810868) Writing out commit graph in 4 passes: 91% (4377890/4810868) Writing out commit graph in 4 passes: 92% (4425999/4810868) Writing out commit graph in 4 passes: 93% (4474108/4810868) Writing out commit graph in 4 passes: 94% (4522216/4810868) Writing out commit graph in 4 passes: 95% (4570325/4810868) Writing out commit graph in 4 passes: 96% (4618434/4810868) Writing out commit graph in 4 passes: 97% (4666542/4810868) Writing out commit graph in 4 passes: 98% (4714651/4810868) Writing out commit graph in 4 passes: 99% (4762760/4810868) Writing out commit graph in 4 passes: 100% (4810868/4810868) Writing out commit graph in 4 passes: 100% (4810868/4810868), done. # git rev-parse -q --verify 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863^{commit} 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863 # git checkout -q -f -B kisskb 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863 # git clean -qxdf # < git log -1 # commit 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863 # Merge: 2ccdd1b13c59 f55484fd7be9 # Author: Linus Torvalds # Date: Tue Aug 15 06:03:44 2023 +0000 # # Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost # # Pull virtio fixes from Michael Tsirkin: # "Just a bunch of bugfixes all over the place" # # * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost: (26 commits) # virtio-mem: check if the config changed before fake offlining memory # virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block Mode (SBM) # virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY # virtio-mem: remove unsafe unplug in Big Block Mode (BBM) # pds_vdpa: fix up debugfs feature bit printing # pds_vdpa: alloc irq vectors on DRIVER_OK # pds_vdpa: clean and reset vqs entries # pds_vdpa: always allow offering VIRTIO_NET_F_MAC # pds_vdpa: reset to vdpa specified mac # virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case # vdpa/mlx5: Fix crash on shutdown for when no ndev exists # vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary # vdpa/mlx5: Fix mr->initialized semantics # vdpa/mlx5: Correct default number of queues when MQ is on # virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() # vduse: Use proper spinlock for IRQ injection # vdpa: Enable strict validation for netlinks ops # vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check # vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check # vdpa: Add features attr to vdpa_nl_policy for nlattr length check # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 91aa6c412d7f85e48aead7b00a7d9e91f5cf5863 # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_x86_64_defconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux- x86_64_defconfig # < make -s -j 40 ARCH=x86 O=/kisskb/build/linus_x86_64_defconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_x86_64_defconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_x86_64_defconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/x86_64-linux/bin/x86_64-linux- Completed OK # rm -rf /kisskb/build/linus_x86_64_defconfig_x86_64-gcc11 # Build took: 0:05:15.815952