# git rev-parse -q --verify 06c2aac4014c38247256fe49c61b7f55890271e7^{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 06c2aac4014c38247256fe49c61b7f55890271e7^{commit} 06c2aac4014c38247256fe49c61b7f55890271e7 # git checkout -q -f -B kisskb 06c2aac4014c38247256fe49c61b7f55890271e7 # git clean -qxdf # < git log -1 # commit 06c2aac4014c38247256fe49c61b7f55890271e7 # Merge: 2f7b98d1e55c 22315a2296f4 # Author: Linus Torvalds # Date: Fri Apr 16 09:45:30 2021 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fix from Catalin Marinas: # "Fix kernel compilation when using the LLVM integrated assembly. # # A recent commit (2decad92f473, "arm64: mte: Ensure TIF_MTE_ASYNC_FAULT # is set atomically") broke the kernel build when using the LLVM # integrated assembly (only noticeable with clang-12 as MTE is not # supported by earlier versions and the code in question not compiled). # The Fixes: tag in the commit refers to the original patch introducing # subsections for the alternative code sequences" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: alternatives: Move length validation in alternative_{insn, endif} # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 06c2aac4014c38247256fe49c61b7f55890271e7 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x2590C339 # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4467:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4469:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- vmlinux.o: warning: objtool: mce_wrmsrl.constprop.25()+0x80: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section vmlinux.o: warning: objtool: do_machine_check()+0x2a0: call to __x86_indirect_thunk_rax() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_machine_check()+0x11b: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_wrmsrl.constprop.25()+0x80: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section vmlinux.o: warning: objtool: do_machine_check()+0x2a0: call to __x86_indirect_thunk_rax() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_machine_check()+0x11b: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info mm/kfence/kfence_test.o: file not recognized: File format not recognized make[3]: *** [/kisskb/src/scripts/Makefile.modfinal:78: mm/kfence/kfence_test.ko] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.modpost:138: __modpost] Error 2 make[1]: *** [/kisskb/src/Makefile:1442: modules] Error 2 make[1]: *** Waiting for unfinished jobs.... arch/x86/tools/insn_decoder_test: success: Decoded and checked 6758600 instructions arch/x86/tools/insn_sanity: Success: decoded and checked 1000000 random instructions with 0 errors (seed:0xda2add88) make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:04:08.193973