# git rev-parse -q --verify f39359260e39fc45008c1140a84497ffde193fa7^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify f39359260e39fc45008c1140a84497ffde193fa7^{commit} f39359260e39fc45008c1140a84497ffde193fa7 # git checkout -q -f -B kisskb f39359260e39fc45008c1140a84497ffde193fa7 # git clean -qxdf # < git log -1 # commit f39359260e39fc45008c1140a84497ffde193fa7 # Merge: 6fc2586d23b5 c6ed4d84a2c4 # Author: Linus Torvalds # Date: Sat Apr 23 16:24:30 2022 -0700 # # Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc # # Pull ARC fixes from Vineet Gupta: # # - Assorted fixes # # * tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc: # ARC: remove redundant READ_ONCE() in cmpxchg loop # ARC: atomic: cleanup atomic-llsc definitions # arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely # ARC: dts: align SPI NOR node name with dtschema # ARC: Remove a redundant memset() # ARC: fix typos in comments # ARC: entry: fix syscall_trace_exit argument # < /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 f39359260e39fc45008c1140a84497ffde193fa7 # < make -s -j 32 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 32 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 32 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:4541:warning: override: reassigning to symbol STANDALONE .config:4543:warning: override: reassigning to symbol MODULE_SIG .config:4545:warning: override: reassigning to symbol PPC64 .config:4547:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY # make -s -j 32 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/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:639:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 639 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: arch/powerpc/mm/slice.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: arch/powerpc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1834: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:407:1: error: the frame size of 1120 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 407 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: fs/ext4/readpage.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:633:1: error: the frame size of 1088 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 633 | } | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:551:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 551 | } | ^ /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:288: fs/fat/fatent.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1195:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 1195 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: fs/ntfs/aops.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: fs/ntfs] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1279:1: error: the frame size of 1056 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 1279 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: fs/fat/dir.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: fs/fat] Error 2 /kisskb/src/fs/exfat/fatent.c: In function 'exfat_zeroed_cluster': /kisskb/src/fs/exfat/fatent.c:318:1: error: the frame size of 1040 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 318 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: fs/exfat/fatent.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: fs/exfat] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:550: fs/ext4] Error 2 make[1]: *** [/kisskb/src/Makefile:1834: fs] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 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:00:59.084973