# git gc Expanding reachable commits in commit graph: 55986 Expanding reachable commits in commit graph: 115227 Expanding reachable commits in commit graph: 175312 Expanding reachable commits in commit graph: 236631 Expanding reachable commits in commit graph: 297430 Expanding reachable commits in commit graph: 359950 Expanding reachable commits in commit graph: 423078 Expanding reachable commits in commit graph: 486413 Expanding reachable commits in commit graph: 546762 Expanding reachable commits in commit graph: 610554 Expanding reachable commits in commit graph: 674393 Expanding reachable commits in commit graph: 738310 Expanding reachable commits in commit graph: 802550 Expanding reachable commits in commit graph: 866566 Expanding reachable commits in commit graph: 930279 Expanding reachable commits in commit graph: 993767 Expanding reachable commits in commit graph: 1053784 Expanding reachable commits in commit graph: 1116866 Expanding reachable commits in commit graph: 1187094 Expanding reachable commits in commit graph: 1197342, done. Writing out commit graph in 4 passes: 56% (2703778/4789368) Writing out commit graph in 4 passes: 57% (2729940/4789368) Writing out commit graph in 4 passes: 58% (2777834/4789368) Writing out commit graph in 4 passes: 59% (2825728/4789368) Writing out commit graph in 4 passes: 60% (2873621/4789368) Writing out commit graph in 4 passes: 61% (2921515/4789368) Writing out commit graph in 4 passes: 62% (2969409/4789368) Writing out commit graph in 4 passes: 63% (3017302/4789368) Writing out commit graph in 4 passes: 64% (3065196/4789368) Writing out commit graph in 4 passes: 65% (3113090/4789368) Writing out commit graph in 4 passes: 66% (3160983/4789368) Writing out commit graph in 4 passes: 66% (3174582/4789368) Writing out commit graph in 4 passes: 67% (3208877/4789368) Writing out commit graph in 4 passes: 68% (3256771/4789368) Writing out commit graph in 4 passes: 69% (3304664/4789368) Writing out commit graph in 4 passes: 70% (3352558/4789368) Writing out commit graph in 4 passes: 71% (3400452/4789368) Writing out commit graph in 4 passes: 72% (3448345/4789368) Writing out commit graph in 4 passes: 73% (3496239/4789368) Writing out commit graph in 4 passes: 73% (3498705/4789368) Writing out commit graph in 4 passes: 74% (3544133/4789368) Writing out commit graph in 4 passes: 75% (3592026/4789368) Writing out commit graph in 4 passes: 76% (3639920/4789368) Writing out commit graph in 4 passes: 77% (3687814/4789368) Writing out commit graph in 4 passes: 78% (3735708/4789368) Writing out commit graph in 4 passes: 79% (3783601/4789368) Writing out commit graph in 4 passes: 80% (3831495/4789368) Writing out commit graph in 4 passes: 81% (3879389/4789368) Writing out commit graph in 4 passes: 82% (3927282/4789368) Writing out commit graph in 4 passes: 83% (3975176/4789368) Writing out commit graph in 4 passes: 84% (4023070/4789368) Writing out commit graph in 4 passes: 85% (4070963/4789368) Writing out commit graph in 4 passes: 86% (4118857/4789368) Writing out commit graph in 4 passes: 87% (4166751/4789368) Writing out commit graph in 4 passes: 88% (4214644/4789368) Writing out commit graph in 4 passes: 89% (4262538/4789368) Writing out commit graph in 4 passes: 90% (4310432/4789368) Writing out commit graph in 4 passes: 91% (4358325/4789368) Writing out commit graph in 4 passes: 92% (4406219/4789368) Writing out commit graph in 4 passes: 93% (4454113/4789368) Writing out commit graph in 4 passes: 94% (4502006/4789368) Writing out commit graph in 4 passes: 95% (4549900/4789368) Writing out commit graph in 4 passes: 96% (4597794/4789368) Writing out commit graph in 4 passes: 97% (4645687/4789368) Writing out commit graph in 4 passes: 98% (4693581/4789368) Writing out commit graph in 4 passes: 99% (4741475/4789368) Writing out commit graph in 4 passes: 100% (4789368/4789368) Writing out commit graph in 4 passes: 100% (4789368/4789368), done. # git rev-parse -q --verify dfab92f27c600fea3cadc6e2cb39f092024e1fef^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify dfab92f27c600fea3cadc6e2cb39f092024e1fef^{commit} dfab92f27c600fea3cadc6e2cb39f092024e1fef # git checkout -q -f -B kisskb dfab92f27c600fea3cadc6e2cb39f092024e1fef # git clean -qxdf # < git log -1 # commit dfab92f27c600fea3cadc6e2cb39f092024e1fef # Merge: f8566aa4f176 5b4a82a0724a # Author: Linus Torvalds # Date: Sat Jul 1 14:38:25 2023 -0700 # # Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Stable fixes and other bugfixes: # # - nfs: don't report STATX_BTIME in ->getattr # # - Revert 'NFSv4: Retry LOCK on OLD_STATEID during delegation return' # since it breaks NFSv4 state recovery. # # - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION # # - Fix the NFSv4.2 xattr cache shrinker_id # # - Force a ctime update after a NFSv4.2 SETXATTR call # # Features and cleanups: # # - NFS and RPC over TLS client code from Chuck Lever # # - Support for use of abstract unix socket addresses with the rpcbind # daemon # # - Sysfs API to allow shutdown of the kernel RPC client and prevent # umount() hangs if the server is known to be permanently down # # - XDR cleanups from Anna" # # * tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (33 commits) # Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return" # NFS: Don't cleanup sysfs superblock entry if uninitialized # nfs: don't report STATX_BTIME in ->getattr # NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION # NFSv4.2: fix wrong shrinker_id # NFSv4: Clean up some shutdown loops # NFS: Cancel all existing RPC tasks when shutdown # NFS: add sysfs shutdown knob # NFS: add a sysfs link to the acl rpc_client # NFS: add a sysfs link to the lockd rpc_client # NFS: Add sysfs links to sunrpc clients for nfs_clients # NFS: add superblock sysfs entries # NFS: Make all of /sys/fs/nfs network-namespace unique # NFS: Open-code the nfs_kset kset_create_and_add() # NFS: rename nfs_client_kobj to nfs_net_kobj # NFS: rename nfs_client_kset to nfs_kset # NFS: Add an "xprtsec=" NFS mount option # NFS: Have struct nfs_client carry a TLS policy field # SUNRPC: Add a TCP-with-TLS RPC transport class # SUNRPC: Capture CMSG metadata on client-side receive # ... # < /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 dfab92f27c600fea3cadc6e2cb39f092024e1fef # make -s -j 160 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 160 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 160 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 160 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:08:46.367119