# git rev-parse -q --verify aeb6e6ac18c73ec287b3b1e2c913520699358c13^{commit} aeb6e6ac18c73ec287b3b1e2c913520699358c13 already have revision, skipping fetch # git checkout -q -f -B kisskb aeb6e6ac18c73ec287b3b1e2c913520699358c13 # git clean -qxdf # < git log -1 # commit aeb6e6ac18c73ec287b3b1e2c913520699358c13 # Merge: f41445645ab5 3fa5cbdc44de # Author: Linus Torvalds # Date: Wed Aug 10 14:04:32 2022 -0700 # # Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs # # Pull NFS client updates from Trond Myklebust: # "Highlights include: # # Stable fixes: # - pNFS/flexfiles: Fix infinite looping when the RDMA connection # errors out # # Bugfixes: # - NFS: fix port value parsing # - SUNRPC: Reinitialise the backchannel request buffers before reuse # - SUNRPC: fix expiry of auth creds # - NFSv4: Fix races in the legacy idmapper upcall # - NFS: O_DIRECT fixes from Jeff Layton # - NFSv4.1: Fix OP_SEQUENCE error handling # - SUNRPC: Fix an RPC/RDMA performance regression # - NFS: Fix case insensitive renames # - NFSv4/pnfs: Fix a use-after-free bug in open # - NFSv4.1: RECLAIM_COMPLETE must handle EACCES # # Features: # - NFSv4.1: session trunking enhancements # - NFSv4.2: READ_PLUS performance optimisations # - NFS: relax the rules for rsize/wsize mount options # - NFS: don't unhash dentry during unlink/rename # - SUNRPC: Fail faster on bad verifier # - NFS/SUNRPC: Various tracing improvements" # # * tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (46 commits) # NFS: Improve readpage/writepage tracing # NFS: Improve O_DIRECT tracing # NFS: Improve write error tracing # NFS: don't unhash dentry during unlink/rename # NFSv4/pnfs: Fix a use-after-free bug in open # NFS: nfs_async_write_reschedule_io must not recurse into the writeback code # SUNRPC: Don't reuse bvec on retransmission of the request # SUNRPC: Reinitialise the backchannel request buffers before reuse # NFSv4.1: RECLAIM_COMPLETE must handle EACCES # NFSv4.1 probe offline transports for trunking on session creation # SUNRPC create a function that probes only offline transports # SUNRPC export xprt_iter_rewind function # SUNRPC restructure rpc_clnt_setup_test_and_add_xprt # NFSv4.1 remove xprt from xprt_switch if session trunking test fails # SUNRPC create an rpc function that allows xprt removal from rpc_clnt # SUNRPC enable back offline transports in trunking discovery # SUNRPC create an iterator to list only OFFLINE xprts # NFSv4.1 offline trunkable transports on DESTROY_SESSION # SUNRPC add function to offline remove trunkable transports # SUNRPC expose functions for offline remote xprt functionality # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 aeb6e6ac18c73ec287b3b1e2c913520699358c13 # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5772:warning: override: reassigning to symbol STANDALONE .config:5776:warning: override: reassigning to symbol PPC64 .config:5777:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5778:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5779:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5781:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/book3s64/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/book3s64/slice.c:635:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 635 | } | ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:249: arch/powerpc/mm/book3s64/slice.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:465: arch/powerpc/mm/book3s64] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:465: arch/powerpc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_read_block': /kisskb/src/fs/ntfs/aops.c:358:1: error: the frame size of 1136 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 358 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: fs/ntfs/aops.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:465: fs/ntfs] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:772:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 772 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: fs/ntfs3/fsntfs.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:465: fs/ntfs3] Error 2 make[1]: *** [/kisskb/src/Makefile:1850: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1850: arch/powerpc] Error 2 make: *** [Makefile:222: __sub-make] Error 2 Command 'make -s -j 40 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:02:08.357273