# git gc Expanding reachable commits in commit graph: 93933 Expanding reachable commits in commit graph: 197303 Expanding reachable commits in commit graph: 298928 Expanding reachable commits in commit graph: 408079 Expanding reachable commits in commit graph: 521292 Expanding reachable commits in commit graph: 626037 Expanding reachable commits in commit graph: 745086 Expanding reachable commits in commit graph: 867507 Expanding reachable commits in commit graph: 995256 Expanding reachable commits in commit graph: 1096567 Expanding reachable commits in commit graph: 1215631, done. Writing out commit graph in 4 passes: 60% (2955572/4862524) Writing out commit graph in 4 passes: 61% (2966140/4862524) Writing out commit graph in 4 passes: 62% (3014765/4862524) Writing out commit graph in 4 passes: 63% (3063391/4862524) Writing out commit graph in 4 passes: 64% (3112016/4862524) Writing out commit graph in 4 passes: 65% (3160641/4862524) Writing out commit graph in 4 passes: 66% (3209266/4862524) Writing out commit graph in 4 passes: 67% (3257892/4862524) Writing out commit graph in 4 passes: 68% (3306517/4862524) Writing out commit graph in 4 passes: 69% (3355142/4862524) Writing out commit graph in 4 passes: 70% (3403767/4862524) Writing out commit graph in 4 passes: 71% (3452393/4862524) Writing out commit graph in 4 passes: 72% (3501018/4862524) Writing out commit graph in 4 passes: 73% (3549643/4862524) Writing out commit graph in 4 passes: 73% (3582084/4862524) Writing out commit graph in 4 passes: 74% (3598268/4862524) Writing out commit graph in 4 passes: 75% (3646893/4862524) Writing out commit graph in 4 passes: 76% (3695519/4862524) Writing out commit graph in 4 passes: 77% (3744144/4862524) Writing out commit graph in 4 passes: 78% (3792769/4862524) Writing out commit graph in 4 passes: 79% (3841394/4862524) Writing out commit graph in 4 passes: 80% (3890020/4862524) Writing out commit graph in 4 passes: 81% (3938645/4862524) Writing out commit graph in 4 passes: 82% (3987270/4862524) Writing out commit graph in 4 passes: 83% (4035895/4862524) Writing out commit graph in 4 passes: 84% (4084521/4862524) Writing out commit graph in 4 passes: 85% (4133146/4862524) Writing out commit graph in 4 passes: 86% (4181771/4862524) Writing out commit graph in 4 passes: 87% (4230396/4862524) Writing out commit graph in 4 passes: 88% (4279022/4862524) Writing out commit graph in 4 passes: 89% (4327647/4862524) Writing out commit graph in 4 passes: 90% (4376272/4862524) Writing out commit graph in 4 passes: 91% (4424897/4862524) Writing out commit graph in 4 passes: 92% (4473523/4862524) Writing out commit graph in 4 passes: 93% (4522148/4862524) Writing out commit graph in 4 passes: 94% (4570773/4862524) Writing out commit graph in 4 passes: 95% (4619398/4862524) Writing out commit graph in 4 passes: 96% (4668024/4862524) Writing out commit graph in 4 passes: 97% (4716649/4862524) Writing out commit graph in 4 passes: 98% (4765274/4862524) Writing out commit graph in 4 passes: 99% (4813899/4862524) Writing out commit graph in 4 passes: 100% (4862524/4862524) Writing out commit graph in 4 passes: 100% (4862524/4862524), done. # git rev-parse -q --verify 27bbf45eae9ca98877a2d52a92a188147cd61b07^{commit} 27bbf45eae9ca98877a2d52a92a188147cd61b07 already have revision, skipping fetch # git checkout -q -f -B kisskb 27bbf45eae9ca98877a2d52a92a188147cd61b07 # git clean -qxdf # < git log -1 # commit 27bbf45eae9ca98877a2d52a92a188147cd61b07 # Merge: b5cbe7c00aa0 ecf4392600dd # Author: Linus Torvalds # Date: Thu Sep 21 11:28:16 2023 -0700 # # Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from netfilter and bpf. # # Current release - regressions: # # - bpf: adjust size_index according to the value of KMALLOC_MIN_SIZE # # - netfilter: fix entries val in rule reset audit log # # - eth: stmmac: fix incorrect rxq|txq_stats reference # # Previous releases - regressions: # # - ipv4: fix null-deref in ipv4_link_failure # # - netfilter: # - fix several GC related issues # - fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP # # - eth: team: fix null-ptr-deref when team device type is changed # # - eth: i40e: fix VF VLAN offloading when port VLAN is configured # # - eth: ionic: fix 16bit math issue when PAGE_SIZE >= 64KB # # Previous releases - always broken: # # - core: fix ETH_P_1588 flow dissector # # - mptcp: fix several connection hang-up conditions # # - bpf: # - avoid deadlock when using queue and stack maps from NMI # - add override check to kprobe multi link attach # # - hsr: properly parse HSRv1 supervisor frames. # # - eth: igc: fix infinite initialization loop with early XDP redirect # # - eth: octeon_ep: fix tx dma unmap len values in SG # # - eth: hns3: fix GRE checksum offload issue" # # * tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (87 commits) # sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast() # igc: Expose tx-usecs coalesce setting to user # octeontx2-pf: Do xdp_do_flush() after redirects. # bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI # net: ena: Flush XDP packets on error. # net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() # net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced before check 'hwdev' # netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP # netfilter: nf_tables: fix memleak when more than 255 elements expired # netfilter: nf_tables: disable toggling dormant table state more than once # vxlan: Add missing entries to vxlan_get_size() # net: rds: Fix possible NULL-pointer dereference # team: fix null-ptr-deref when team device type is changed # net: bridge: use DEV_STATS_INC() # net: hns3: add 5ms delay before clear firmware reset irq source # net: hns3: fix fail to delete tc flower rules during reset issue # net: hns3: only enable unicast promisc when mac table full # net: hns3: fix GRE checksum offload issue # net: hns3: add cmdq check for vf periodic service task # net: stmmac: fix incorrect rxq|txq_stats reference # ... # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 27bbf45eae9ca98877a2d52a92a188147cd61b07 # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- corenet64_smp_defconfig Using /kisskb/src/arch/powerpc/configs/corenet_base.config as base Merging /kisskb/src/arch/powerpc/configs/85xx-64bit.config Merging /kisskb/src/arch/powerpc/configs/85xx-smp.config Merging /kisskb/src/arch/powerpc/configs/altivec.config Merging /kisskb/src/arch/powerpc/configs/85xx-hw.config Merging /kisskb/src/arch/powerpc/configs/fsl-emb-nonhw.config Merging /kisskb/src/arch/powerpc/configs/dpaa.config # # merged configuration written to .config (needs make) # # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc12 # Build took: 0:05:34.262175