# git gc Expanding reachable commits in commit graph: 79108 Expanding reachable commits in commit graph: 167740 Expanding reachable commits in commit graph: 261979 Expanding reachable commits in commit graph: 351625 Expanding reachable commits in commit graph: 449465 Expanding reachable commits in commit graph: 535793 Expanding reachable commits in commit graph: 638593 Expanding reachable commits in commit graph: 741548 Expanding reachable commits in commit graph: 848215 Expanding reachable commits in commit graph: 957993 Expanding reachable commits in commit graph: 1054521 Expanding reachable commits in commit graph: 1153832 Expanding reachable commits in commit graph: 1200488, done. Writing out commit graph in 4 passes: 61% (2947080/4801952) Writing out commit graph in 4 passes: 62% (2977211/4801952) Writing out commit graph in 4 passes: 63% (3025230/4801952) Writing out commit graph in 4 passes: 64% (3073250/4801952) Writing out commit graph in 4 passes: 65% (3121269/4801952) Writing out commit graph in 4 passes: 66% (3169289/4801952) Writing out commit graph in 4 passes: 67% (3217308/4801952) Writing out commit graph in 4 passes: 68% (3265328/4801952) Writing out commit graph in 4 passes: 69% (3313347/4801952) Writing out commit graph in 4 passes: 70% (3361367/4801952) Writing out commit graph in 4 passes: 71% (3409386/4801952) Writing out commit graph in 4 passes: 72% (3457406/4801952) Writing out commit graph in 4 passes: 73% (3505425/4801952) Writing out commit graph in 4 passes: 74% (3553445/4801952) Writing out commit graph in 4 passes: 75% (3601464/4801952) Writing out commit graph in 4 passes: 76% (3649484/4801952) Writing out commit graph in 4 passes: 77% (3697504/4801952) Writing out commit graph in 4 passes: 78% (3745523/4801952) Writing out commit graph in 4 passes: 79% (3793543/4801952) Writing out commit graph in 4 passes: 80% (3841562/4801952) Writing out commit graph in 4 passes: 81% (3889582/4801952) Writing out commit graph in 4 passes: 82% (3937601/4801952) Writing out commit graph in 4 passes: 82% (3951587/4801952) Writing out commit graph in 4 passes: 83% (3985621/4801952) Writing out commit graph in 4 passes: 84% (4033640/4801952) Writing out commit graph in 4 passes: 85% (4081660/4801952) Writing out commit graph in 4 passes: 86% (4129679/4801952) Writing out commit graph in 4 passes: 87% (4177699/4801952) Writing out commit graph in 4 passes: 88% (4225718/4801952) Writing out commit graph in 4 passes: 89% (4273738/4801952) Writing out commit graph in 4 passes: 90% (4321757/4801952) Writing out commit graph in 4 passes: 91% (4369777/4801952) Writing out commit graph in 4 passes: 92% (4417796/4801952) Writing out commit graph in 4 passes: 93% (4465816/4801952) Writing out commit graph in 4 passes: 94% (4513835/4801952) Writing out commit graph in 4 passes: 95% (4561855/4801952) Writing out commit graph in 4 passes: 96% (4609874/4801952) Writing out commit graph in 4 passes: 97% (4657894/4801952) Writing out commit graph in 4 passes: 98% (4705913/4801952) Writing out commit graph in 4 passes: 99% (4753933/4801952) Writing out commit graph in 4 passes: 100% (4801952/4801952) Writing out commit graph in 4 passes: 100% (4801952/4801952), done. # git rev-parse -q --verify 25aa0bebba72b318e71fe205bfd1236550cc9534^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 25aa0bebba72b318e71fe205bfd1236550cc9534^{commit} 25aa0bebba72b318e71fe205bfd1236550cc9534 # git checkout -q -f -B kisskb 25aa0bebba72b318e71fe205bfd1236550cc9534 # git clean -qxdf # < git log -1 # commit 25aa0bebba72b318e71fe205bfd1236550cc9534 # Merge: 30813656c6b8 5e3d20617b05 # Author: Linus Torvalds # Date: Thu Aug 10 12:37:24 2023 -0700 # # Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from netfilter, wireless and bpf. # # Still trending up in size but the good news is that the "current" # regressions are resolved, AFAIK. # # We're getting weirdly many fixes for Wake-on-LAN and suspend/resume # handling on embedded this week (most not merged yet), not sure why. # But those are all for older bugs. # # Current release - regressions: # # - tls: set MSG_SPLICE_PAGES consistently when handing encrypted data # over to TCP # # Current release - new code bugs: # # - eth: mlx5: correct IDs on VFs internal to the device (IPU) # # Previous releases - regressions: # # - phy: at803x: fix WoL support / reporting on AR8032 # # - bonding: fix incorrect deletion of ETH_P_8021AD protocol VID from # slaves, leading to BUG_ON() # # - tun: prevent tun_build_skb() from exceeding the packet size limit # # - wifi: rtw89: fix 8852AE disconnection caused by RX full flags # # - eth/PCI: enetc: fix probing after 6fffbc7ae137 ("PCI: Honor # firmware's device disabled status"), keep PCI devices around even # if they are disabled / not going to be probed to be able to apply # quirks on them # # - eth: prestera: fix handling IPv4 routes with nexthop IDs # # Previous releases - always broken: # # - netfilter: re-work garbage collection to avoid races between # user-facing API and timeouts # # - tunnels: fix generating ipv4 PMTU error on non-linear skbs # # - nexthop: fix infinite nexthop bucket dump when using maximum # nexthop ID # # - wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() # # Misc: # # - unix: use consistent error code in SO_PEERPIDFD # # - ipv6: adjust ndisc_is_useropt() to include PREFIX_INFO, in prep for # upcoming IETF RFC" # # * tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (94 commits) # net: hns3: fix strscpy causing content truncation issue # net: tls: set MSG_SPLICE_PAGES consistently # ibmvnic: Ensure login failure recovery is safe from other resets # ibmvnic: Do partial reset on login failure # ibmvnic: Handle DMA unmapping of login buffs in release functions # ibmvnic: Unmap DMA login rsp buffer on send login fail # ibmvnic: Enforce stronger sanity checks on login response # net: mana: Fix MANA VF unload when hardware is unresponsive # netfilter: nf_tables: remove busy mark and gc batch API # netfilter: nft_set_hash: mark set element as dead when deleting from packet path # netfilter: nf_tables: adapt set backend to use GC transaction API # netfilter: nf_tables: GC transaction API to avoid race with control plane # selftests/bpf: Add sockmap test for redirecting partial skb data # selftests/bpf: fix a CI failure caused by vsock sockmap test # bpf, sockmap: Fix bug that strp_done cannot be called # bpf, sockmap: Fix map type error in sock_map_del_link # xsk: fix refcount underflow in error path # ipv6: adjust ndisc_is_useropt() to also return true for PIO # selftests: forwarding: bridge_mdb: Make test more robust # selftests: forwarding: bridge_mdb_max: Fix failing test with old libnet # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 25aa0bebba72b318e71fe205bfd1236550cc9534 # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_defconfig_sparc64-gcc5 # Build took: 0:04:15.645882