# git gc Expanding reachable commits in commit graph: 22485 Expanding reachable commits in commit graph: 50638 Expanding reachable commits in commit graph: 84427 Expanding reachable commits in commit graph: 119658 Expanding reachable commits in commit graph: 153877 Expanding reachable commits in commit graph: 185973 Expanding reachable commits in commit graph: 220924 Expanding reachable commits in commit graph: 255396 Expanding reachable commits in commit graph: 282933 Expanding reachable commits in commit graph: 313397 Expanding reachable commits in commit graph: 344262 Expanding reachable commits in commit graph: 373347 Expanding reachable commits in commit graph: 403972 Expanding reachable commits in commit graph: 430568 Expanding reachable commits in commit graph: 462567 Expanding reachable commits in commit graph: 489316 Expanding reachable commits in commit graph: 521287 Expanding reachable commits in commit graph: 543756 Expanding reachable commits in commit graph: 579787 Expanding reachable commits in commit graph: 637334 Expanding reachable commits in commit graph: 699103 Expanding reachable commits in commit graph: 761295 Expanding reachable commits in commit graph: 823639 Expanding reachable commits in commit graph: 885216 Expanding reachable commits in commit graph: 947165 Expanding reachable commits in commit graph: 1008921 Expanding reachable commits in commit graph: 1064960 Expanding reachable commits in commit graph: 1129851 Expanding reachable commits in commit graph: 1198733 Expanding reachable commits in commit graph: 1200261, done. Writing out commit graph in 4 passes: 56% (2708575/4801044) Writing out commit graph in 4 passes: 57% (2736596/4801044) Writing out commit graph in 4 passes: 58% (2784606/4801044) Writing out commit graph in 4 passes: 59% (2832616/4801044) Writing out commit graph in 4 passes: 60% (2880627/4801044) Writing out commit graph in 4 passes: 61% (2928637/4801044) Writing out commit graph in 4 passes: 62% (2976648/4801044) Writing out commit graph in 4 passes: 63% (3024658/4801044) Writing out commit graph in 4 passes: 64% (3072669/4801044) Writing out commit graph in 4 passes: 65% (3120679/4801044) Writing out commit graph in 4 passes: 66% (3168690/4801044) Writing out commit graph in 4 passes: 66% (3176580/4801044) Writing out commit graph in 4 passes: 67% (3216700/4801044) Writing out commit graph in 4 passes: 68% (3264710/4801044) Writing out commit graph in 4 passes: 69% (3312721/4801044) Writing out commit graph in 4 passes: 70% (3360731/4801044) Writing out commit graph in 4 passes: 71% (3408742/4801044) Writing out commit graph in 4 passes: 72% (3456752/4801044) Writing out commit graph in 4 passes: 73% (3504763/4801044) Writing out commit graph in 4 passes: 74% (3552773/4801044) Writing out commit graph in 4 passes: 75% (3600783/4801044) Writing out commit graph in 4 passes: 76% (3648794/4801044) Writing out commit graph in 4 passes: 77% (3696804/4801044) Writing out commit graph in 4 passes: 78% (3744815/4801044) Writing out commit graph in 4 passes: 79% (3792825/4801044) Writing out commit graph in 4 passes: 80% (3840836/4801044) Writing out commit graph in 4 passes: 81% (3888846/4801044) Writing out commit graph in 4 passes: 82% (3936857/4801044) Writing out commit graph in 4 passes: 83% (3984867/4801044) Writing out commit graph in 4 passes: 84% (4032877/4801044) Writing out commit graph in 4 passes: 85% (4080888/4801044) Writing out commit graph in 4 passes: 86% (4128898/4801044) Writing out commit graph in 4 passes: 87% (4176909/4801044) Writing out commit graph in 4 passes: 88% (4224919/4801044) Writing out commit graph in 4 passes: 88% (4250633/4801044) Writing out commit graph in 4 passes: 89% (4272930/4801044) Writing out commit graph in 4 passes: 90% (4320940/4801044) Writing out commit graph in 4 passes: 91% (4368951/4801044) Writing out commit graph in 4 passes: 92% (4416961/4801044) Writing out commit graph in 4 passes: 93% (4464971/4801044) Writing out commit graph in 4 passes: 94% (4512982/4801044) Writing out commit graph in 4 passes: 95% (4560992/4801044) Writing out commit graph in 4 passes: 96% (4609003/4801044) Writing out commit graph in 4 passes: 97% (4657013/4801044) Writing out commit graph in 4 passes: 98% (4705024/4801044) Writing out commit graph in 4 passes: 99% (4753034/4801044) Writing out commit graph in 4 passes: 100% (4801044/4801044) Writing out commit graph in 4 passes: 100% (4801044/4801044), done. # git rev-parse -q --verify 57f1f9dd3abea322173ea75a15887ccf14bbbe51^{commit} 57f1f9dd3abea322173ea75a15887ccf14bbbe51 already have revision, skipping fetch # git checkout -q -f -B kisskb 57f1f9dd3abea322173ea75a15887ccf14bbbe51 # git clean -qxdf # < git log -1 # commit 57f1f9dd3abea322173ea75a15887ccf14bbbe51 # Merge: e599e16c16a1 75d42b351f56 # Author: Linus Torvalds # Date: Thu Jul 20 14:46:39 2023 -0700 # # Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from BPF, netfilter, bluetooth and CAN. # # Current release - regressions: # # - eth: r8169: multiple fixes for PCIe ASPM-related problems # # - vrf: fix RCU lockdep splat in output path # # Previous releases - regressions: # # - gso: fall back to SW segmenting with GSO_UDP_L4 dodgy bit set # # - dsa: mv88e6xxx: do a final check before timing out when polling # # - nf_tables: fix sleep in atomic in nft_chain_validate # # Previous releases - always broken: # # - sched: fix undoing tcf_bind_filter() in multiple classifiers # # - bpf, arm64: fix BTI type used for freplace attached functions # # - can: gs_usb: fix time stamp counter initialization # # - nft_set_pipapo: fix improper element removal (leading to UAF) # # Misc: # # - net: support STP on bridge in non-root netns, STP prevents packet # loops so not supporting it results in freezing systems of # unsuspecting users, and in turn very upset noises being made # # - fix kdoc warnings # # - annotate various bits of TCP state to prevent data races" # # * tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (95 commits) # net: phy: prevent stale pointer dereference in phy_init() # tcp: annotate data-races around fastopenq.max_qlen # tcp: annotate data-races around icsk->icsk_user_timeout # tcp: annotate data-races around tp->notsent_lowat # tcp: annotate data-races around rskq_defer_accept # tcp: annotate data-races around tp->linger2 # tcp: annotate data-races around icsk->icsk_syn_retries # tcp: annotate data-races around tp->keepalive_probes # tcp: annotate data-races around tp->keepalive_intvl # tcp: annotate data-races around tp->keepalive_time # tcp: annotate data-races around tp->tsoffset # tcp: annotate data-races around tp->tcp_tx_delay # Bluetooth: MGMT: Use correct address for memcpy() # Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 # Bluetooth: SCO: fix sco_conn related locking and validity issues # Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link # Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor() # Bluetooth: coredump: fix building with coredump disabled # Bluetooth: ISO: fix iso_conn related locking and validity issues # Bluetooth: hci_event: call disconnect callback before deleting conn # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 57f1f9dd3abea322173ea75a15887ccf14bbbe51 # make -s -j 160 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 160 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 160 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- Completed OK # rm -rf /kisskb/build/linus_allmodconfig_m68k-gcc13 # Build took: 0:16:39.304537