# git rev-parse -q --verify 373eff576e580b6bbc1e709cd3ca0d100783431f^{commit} 373eff576e580b6bbc1e709cd3ca0d100783431f already have revision, skipping fetch # git checkout -q -f -B kisskb 373eff576e580b6bbc1e709cd3ca0d100783431f # git clean -qxdf # < git log -1 # commit 373eff576e580b6bbc1e709cd3ca0d100783431f # Merge: 8379c0b31fbc 5d7fef0804b0 # Author: Linus Torvalds # Date: Sun Aug 28 14:36:27 2022 -0700 # # Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux # # Pull bitmap fixes from Yury Norov: # "Fix the reported issues, and implements the suggested improvements, # for the version of the cpumask tests [1] that was merged with commit # c41e8866c28c ("lib/test: introduce cpumask KUnit test suite"). # # These changes include fixes for the tests, and better alignment with # the KUnit style guidelines" # # * tag 'bitmap-6.0-rc3' of github.com:/norov/linux: # lib/cpumask_kunit: add tests file to MAINTAINERS # lib/cpumask_kunit: log mask contents # lib/test_cpumask: follow KUnit style guidelines # lib/test_cpumask: fix cpu_possible_mask last test # lib/test_cpumask: drop cpu_possible_mask full test # < /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 373eff576e580b6bbc1e709cd3ca0d100783431f # < 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:6387:warning: override: reassigning to symbol MODULE_SIG .config:6389:warning: override: reassigning to symbol PPC64 .config:6390:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:6392:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6394:warning: override: reassigning to symbol GCC_PLUGINS # 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/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[3]: *** Waiting for unfinished jobs.... 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 1088 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[2]: *** [/kisskb/src/scripts/Makefile.build:465: fs/ntfs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1853: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1853: fs] Error 2 In file included from /kisskb/src/include/linux/mtd/spi-nor.h:10, from /kisskb/src/drivers/spi/spi-intel.c:13: /kisskb/src/include/linux/mtd/cfi.h:62:2: error: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Werror=cpp] 62 | #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. | ^~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/spi/spi-intel.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:465: drivers/spi] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1853: drivers] Error 2 make: *** [Makefile:222: __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:03:11.870788