# git gc Expanding reachable commits in commit graph: 82855 Expanding reachable commits in commit graph: 173824 Expanding reachable commits in commit graph: 262695 Expanding reachable commits in commit graph: 358898 Expanding reachable commits in commit graph: 457630 Expanding reachable commits in commit graph: 544922 Expanding reachable commits in commit graph: 648429 Expanding reachable commits in commit graph: 752159 Expanding reachable commits in commit graph: 860220 Expanding reachable commits in commit graph: 970790 Expanding reachable commits in commit graph: 1054475 Expanding reachable commits in commit graph: 1167916 Expanding reachable commits in commit graph: 1187237, done. Writing out commit graph in 4 passes: 61% (2937230/4748948) Writing out commit graph in 4 passes: 62% (2944348/4748948) Writing out commit graph in 4 passes: 63% (2991838/4748948) Writing out commit graph in 4 passes: 64% (3039327/4748948) Writing out commit graph in 4 passes: 65% (3086817/4748948) Writing out commit graph in 4 passes: 66% (3134306/4748948) Writing out commit graph in 4 passes: 67% (3181796/4748948) Writing out commit graph in 4 passes: 68% (3229285/4748948) Writing out commit graph in 4 passes: 69% (3276775/4748948) Writing out commit graph in 4 passes: 70% (3324264/4748948) Writing out commit graph in 4 passes: 71% (3371754/4748948) Writing out commit graph in 4 passes: 72% (3419243/4748948) Writing out commit graph in 4 passes: 73% (3466733/4748948) Writing out commit graph in 4 passes: 74% (3514222/4748948) Writing out commit graph in 4 passes: 75% (3561711/4748948) Writing out commit graph in 4 passes: 76% (3609201/4748948) Writing out commit graph in 4 passes: 77% (3656690/4748948) Writing out commit graph in 4 passes: 78% (3704180/4748948) Writing out commit graph in 4 passes: 79% (3751669/4748948) Writing out commit graph in 4 passes: 80% (3799159/4748948) Writing out commit graph in 4 passes: 81% (3846648/4748948) Writing out commit graph in 4 passes: 82% (3894138/4748948) Writing out commit graph in 4 passes: 83% (3941627/4748948) Writing out commit graph in 4 passes: 84% (3989117/4748948) Writing out commit graph in 4 passes: 85% (4036606/4748948) Writing out commit graph in 4 passes: 86% (4084096/4748948) Writing out commit graph in 4 passes: 87% (4131585/4748948) Writing out commit graph in 4 passes: 88% (4179075/4748948) Writing out commit graph in 4 passes: 89% (4226564/4748948) Writing out commit graph in 4 passes: 90% (4274054/4748948) Writing out commit graph in 4 passes: 91% (4321543/4748948) Writing out commit graph in 4 passes: 92% (4369033/4748948) Writing out commit graph in 4 passes: 93% (4416522/4748948) Writing out commit graph in 4 passes: 94% (4464012/4748948) Writing out commit graph in 4 passes: 95% (4511501/4748948) Writing out commit graph in 4 passes: 96% (4558991/4748948) Writing out commit graph in 4 passes: 96% (4560959/4748948) Writing out commit graph in 4 passes: 97% (4606480/4748948) Writing out commit graph in 4 passes: 98% (4653970/4748948) Writing out commit graph in 4 passes: 99% (4701459/4748948) Writing out commit graph in 4 passes: 100% (4748948/4748948) Writing out commit graph in 4 passes: 100% (4748948/4748948), done. # git rev-parse -q --verify 8a28a0b6f1a1dcbf5a834600a9acfbe2ba51e5eb^{commit} 8a28a0b6f1a1dcbf5a834600a9acfbe2ba51e5eb already have revision, skipping fetch # git checkout -q -f -B kisskb 8a28a0b6f1a1dcbf5a834600a9acfbe2ba51e5eb # git clean -qxdf # < git log -1 # commit 8a28a0b6f1a1dcbf5a834600a9acfbe2ba51e5eb # Merge: 412d070b31c3 2ba7e7ebb6a7 # Author: Linus Torvalds # Date: Thu Jun 22 17:59:51 2023 -0700 # # Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from ipsec, bpf, mptcp and netfilter. # # Current release - regressions: # # - netfilter: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain # # - eth: mlx5e: # - fix scheduling of IPsec ASO query while in atomic # - free IRQ rmap and notifier on kernel shutdown # # Current release - new code bugs: # # - phy: manual remove LEDs to ensure correct ordering # # Previous releases - regressions: # # - mptcp: fix possible divide by zero in recvmsg() # # - dsa: revert "net: phy: dp83867: perform soft reset and retain # established link" # # Previous releases - always broken: # # - sched: netem: acquire qdisc lock in netem_change() # # - bpf: # - fix verifier id tracking of scalars on spill # - fix NULL dereference on exceptions # - accept function names that contain dots # # - netfilter: disallow element updates of bound anonymous sets # # - mptcp: ensure listener is unhashed before updating the sk status # # - xfrm: # - add missed call to delete offloaded policies # - fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets # # - selftests: fixes for FIPS mode # # - dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling # # - eth: sfc: use budget for TX completions # # Misc: # # - wifi: iwlwifi: add support for SO-F device with PCI id 0x7AF0" # # * tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (74 commits) # revert "net: align SO_RCVMARK required privileges with SO_MARK" # net: wwan: iosm: Convert single instance struct member to flexible array # sch_netem: acquire qdisc lock in netem_change() # selftests: forwarding: Fix race condition in mirror installation # wifi: mac80211: report all unusable beacon frames # mptcp: ensure listener is unhashed before updating the sk status # mptcp: drop legacy code around RX EOF # mptcp: consolidate fallback and non fallback state machine # mptcp: fix possible list corruption on passive MPJ # mptcp: fix possible divide by zero in recvmsg() # mptcp: handle correctly disconnect() failures # bpf: Force kprobe multi expected_attach_type for kprobe_multi link # bpf/btf: Accept function names that contain dots # Revert "net: phy: dp83867: perform soft reset and retain established link" # net: mdio: fix the wrong parameters # netfilter: nf_tables: Fix for deleting base chains with payload # netfilter: nfnetlink_osf: fix module autoload # netfilter: nf_tables: drop module reference after updating chain # netfilter: nf_tables: disallow timeout for anonymous sets # netfilter: nf_tables: disallow updates of anonymous sets # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8a28a0b6f1a1dcbf5a834600a9acfbe2ba51e5eb # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/fsp2_defconfig # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc5 # Build took: 0:04:31.511377