# git gc Expanding reachable commits in commit graph: 70693 Expanding reachable commits in commit graph: 155003 Expanding reachable commits in commit graph: 243743 Expanding reachable commits in commit graph: 327491 Expanding reachable commits in commit graph: 418941 Expanding reachable commits in commit graph: 511950 Expanding reachable commits in commit graph: 593994 Expanding reachable commits in commit graph: 690259 Expanding reachable commits in commit graph: 788134 Expanding reachable commits in commit graph: 889680 Expanding reachable commits in commit graph: 992144 Expanding reachable commits in commit graph: 1068760 Expanding reachable commits in commit graph: 1178150 Expanding reachable commits in commit graph: 1201764, done. Writing out commit graph in 4 passes: 61% (2939233/4807056) Writing out commit graph in 4 passes: 62% (2980375/4807056) Writing out commit graph in 4 passes: 63% (3028446/4807056) Writing out commit graph in 4 passes: 64% (3076516/4807056) Writing out commit graph in 4 passes: 65% (3124587/4807056) Writing out commit graph in 4 passes: 66% (3172657/4807056) Writing out commit graph in 4 passes: 67% (3220728/4807056) Writing out commit graph in 4 passes: 68% (3268799/4807056) Writing out commit graph in 4 passes: 69% (3316869/4807056) Writing out commit graph in 4 passes: 70% (3364940/4807056) Writing out commit graph in 4 passes: 71% (3413010/4807056) Writing out commit graph in 4 passes: 72% (3461081/4807056) Writing out commit graph in 4 passes: 73% (3509151/4807056) Writing out commit graph in 4 passes: 74% (3557222/4807056) Writing out commit graph in 4 passes: 75% (3605292/4807056) Writing out commit graph in 4 passes: 76% (3653363/4807056) Writing out commit graph in 4 passes: 76% (3655303/4807056) Writing out commit graph in 4 passes: 77% (3701434/4807056) Writing out commit graph in 4 passes: 78% (3749504/4807056) Writing out commit graph in 4 passes: 79% (3797575/4807056) Writing out commit graph in 4 passes: 80% (3845645/4807056) Writing out commit graph in 4 passes: 81% (3893716/4807056) Writing out commit graph in 4 passes: 82% (3941786/4807056) Writing out commit graph in 4 passes: 83% (3989857/4807056) Writing out commit graph in 4 passes: 84% (4037928/4807056) Writing out commit graph in 4 passes: 85% (4085998/4807056) Writing out commit graph in 4 passes: 86% (4134069/4807056) Writing out commit graph in 4 passes: 87% (4182139/4807056) Writing out commit graph in 4 passes: 88% (4230210/4807056) Writing out commit graph in 4 passes: 89% (4278280/4807056) Writing out commit graph in 4 passes: 90% (4326351/4807056) Writing out commit graph in 4 passes: 91% (4374421/4807056) Writing out commit graph in 4 passes: 92% (4422492/4807056) Writing out commit graph in 4 passes: 93% (4470563/4807056) Writing out commit graph in 4 passes: 94% (4518633/4807056) Writing out commit graph in 4 passes: 95% (4566704/4807056) Writing out commit graph in 4 passes: 96% (4614774/4807056) Writing out commit graph in 4 passes: 97% (4662845/4807056) Writing out commit graph in 4 passes: 98% (4710915/4807056) Writing out commit graph in 4 passes: 99% (4758986/4807056) Writing out commit graph in 4 passes: 100% (4807056/4807056) Writing out commit graph in 4 passes: 100% (4807056/4807056), done. # git rev-parse -q --verify b320441c04c9bea76cbee1196ae55c20288fd7a6^{commit} b320441c04c9bea76cbee1196ae55c20288fd7a6 already have revision, skipping fetch # git checkout -q -f -B kisskb b320441c04c9bea76cbee1196ae55c20288fd7a6 # git clean -qxdf # < git log -1 # commit b320441c04c9bea76cbee1196ae55c20288fd7a6 # Merge: ec27a636d7e1 04c7f60ca477 # Author: Linus Torvalds # Date: Sun Aug 20 08:26:51 2023 +0200 # # Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty # # Pull tty/serial fixes from Greg KH: # "Here are some small tty and serial core fixes for 6.5-rc7 that resolve # a lot of reported issues. # # Primarily in here are the fixes for the serial bus code from Tony that # came in -rc1, as it hit wider testing with the huge number of # different types of systems and serial ports. All of the reported # issues with duplicate names and other issues with this code are now # resolved. # # Other than that included in here is: # # - n_gsm fix for a previous fix # # - 8250 lockdep annotation fix # # - fsl_lpuart serial driver fix # # - TIOCSTI documentation update for previous CAP_SYS_ADMIN change # # All of these have been in linux-next for a while with no reported # problems" # # * tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: # serial: core: Fix serial core port id, including multiport devices # serial: 8250: drop lockdep annotation from serial8250_clear_IER() # tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux # serial: core: Revert port_id use # TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig # serial: 8250: Fix oops for port->pm on uart_change_pm() # serial: 8250: Reinit port_id when adding back serial8250_isa_devs # serial: core: Fix kmemleak issue for serial core device remove # MAINTAINERS: Merge TTY layer and serial drivers # serial: core: Fix serial_base_match() after fixing controller port name # serial: core: Fix serial core controller port name to show controller id # serial: core: Fix serial core port id to not use port->line # serial: core: Controller id cannot be negative # tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 platforms # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 b320441c04c9bea76cbee1196ae55c20288fd7a6 # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 40 ARCH=sparc O=/kisskb/build/linus_defconfig_sparc64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.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-gcc12 # Build took: 0:04:28.632473