# git gc Expanding reachable commits in commit graph: 55171 Expanding reachable commits in commit graph: 113348 Expanding reachable commits in commit graph: 172051 Expanding reachable commits in commit graph: 232137 Expanding reachable commits in commit graph: 291626 Expanding reachable commits in commit graph: 352910 Expanding reachable commits in commit graph: 414411 Expanding reachable commits in commit graph: 476412 Expanding reachable commits in commit graph: 535494 Expanding reachable commits in commit graph: 597697 Expanding reachable commits in commit graph: 659196 Expanding reachable commits in commit graph: 720600 Expanding reachable commits in commit graph: 781844 Expanding reachable commits in commit graph: 843338 Expanding reachable commits in commit graph: 904605 Expanding reachable commits in commit graph: 966246 Expanding reachable commits in commit graph: 1027676 Expanding reachable commits in commit graph: 1082816 Expanding reachable commits in commit graph: 1145694 Expanding reachable commits in commit graph: 1210963 Expanding reachable commits in commit graph: 1278530 Expanding reachable commits in commit graph: 1295074, done. Writing out commit graph in 4 passes: 55% (2852964/5180296) Writing out commit graph in 4 passes: 56% (2900966/5180296) Writing out commit graph in 4 passes: 57% (2952769/5180296) Writing out commit graph in 4 passes: 58% (3004572/5180296) Writing out commit graph in 4 passes: 59% (3056375/5180296) Writing out commit graph in 4 passes: 60% (3108178/5180296) Writing out commit graph in 4 passes: 61% (3159981/5180296) Writing out commit graph in 4 passes: 62% (3211784/5180296) Writing out commit graph in 4 passes: 63% (3263587/5180296) Writing out commit graph in 4 passes: 63% (3266569/5180296) Writing out commit graph in 4 passes: 64% (3315390/5180296) Writing out commit graph in 4 passes: 65% (3367193/5180296) Writing out commit graph in 4 passes: 66% (3418996/5180296) Writing out commit graph in 4 passes: 67% (3470799/5180296) Writing out commit graph in 4 passes: 68% (3522602/5180296) Writing out commit graph in 4 passes: 69% (3574405/5180296) Writing out commit graph in 4 passes: 70% (3626208/5180296) Writing out commit graph in 4 passes: 70% (3666502/5180296) Writing out commit graph in 4 passes: 71% (3678011/5180296) Writing out commit graph in 4 passes: 72% (3729814/5180296) Writing out commit graph in 4 passes: 73% (3781617/5180296) Writing out commit graph in 4 passes: 74% (3833420/5180296) Writing out commit graph in 4 passes: 75% (3885222/5180296) Writing out commit graph in 4 passes: 76% (3937025/5180296) Writing out commit graph in 4 passes: 77% (3988828/5180296) Writing out commit graph in 4 passes: 78% (4040631/5180296) Writing out commit graph in 4 passes: 79% (4092434/5180296) Writing out commit graph in 4 passes: 80% (4144237/5180296) Writing out commit graph in 4 passes: 81% (4196040/5180296) Writing out commit graph in 4 passes: 82% (4247843/5180296) Writing out commit graph in 4 passes: 83% (4299646/5180296) Writing out commit graph in 4 passes: 84% (4351449/5180296) Writing out commit graph in 4 passes: 85% (4403252/5180296) Writing out commit graph in 4 passes: 86% (4455055/5180296) Writing out commit graph in 4 passes: 87% (4506858/5180296) Writing out commit graph in 4 passes: 88% (4558661/5180296) Writing out commit graph in 4 passes: 89% (4610464/5180296) Writing out commit graph in 4 passes: 90% (4662267/5180296) Writing out commit graph in 4 passes: 91% (4714070/5180296) Writing out commit graph in 4 passes: 92% (4765873/5180296) Writing out commit graph in 4 passes: 93% (4817676/5180296) Writing out commit graph in 4 passes: 94% (4869479/5180296) Writing out commit graph in 4 passes: 95% (4921282/5180296) Writing out commit graph in 4 passes: 96% (4973085/5180296) Writing out commit graph in 4 passes: 97% (5024888/5180296) Writing out commit graph in 4 passes: 98% (5076691/5180296) Writing out commit graph in 4 passes: 99% (5128494/5180296) Writing out commit graph in 4 passes: 100% (5180296/5180296) Writing out commit graph in 4 passes: 100% (5180296/5180296), done. # git rev-parse -q --verify cb2e5ee8e7a04be6a762b51241701b5105b82022^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify cb2e5ee8e7a04be6a762b51241701b5105b82022^{commit} cb2e5ee8e7a04be6a762b51241701b5105b82022 # git checkout -q -f -B kisskb cb2e5ee8e7a04be6a762b51241701b5105b82022 # git clean -qxdf # < git log -1 # commit cb2e5ee8e7a04be6a762b51241701b5105b82022 # Merge: 42b34a8de31f 65ba8cef0416 # Author: Linus Torvalds # Date: Sun Aug 11 09:55:32 2024 -0700 # # Merge tag 'usb-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb # # Pull USB fixes from Greg KH: # "Here are a number of small USB driver fixes for reported issues for # 6.11-rc3. Included in here are: # # - usb serial driver MODULE_DESCRIPTION() updates # # - usb serial driver fixes # # - typec driver fixes # # - usb-ip driver fix # # - gadget driver fixes # # - dt binding update # # All of these have been in linux-next with no reported issues" # # * tag 'usb-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: # usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() # usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message # usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt() # usb: gadget: f_fs: restore ffs_func_disable() functionality # USB: serial: debug: do not echo input by default # usb: typec: tipd: Delete extra semi-colon # usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() # usb: gadget: u_serial: Set start_delayed during suspend # usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() # usb: typec: fsa4480: Check if the chip is really there # usb: gadget: core: Check for unset descriptor # usb: vhci-hcd: Do not drop references before new references are gained # usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed. # usb: gadget: midi2: Fix the response for FB info with block 0xff # dt-bindings: usb: microchip,usb2514: Add USB2517 compatible # USB: serial: garmin_gps: use struct_size() to allocate pkt # USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by # USB: serial: add missing MODULE_DESCRIPTION() macros # USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 cb2e5ee8e7a04be6a762b51241701b5105b82022 # make -s -j 160 ARCH=sparc O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allnoconfig # < make -s -j 160 ARCH=sparc O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc O=/kisskb/build/linus_allnoconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3072:2: warning: #warning clone3() entry point is missing, please fix [-Wcpp] 3072 | #warning clone3() entry point is missing, please fix | ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_allnoconfig_sparc64-gcc13 # Build took: 0:06:34.778173