# 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/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 06c2aac4014c38247256fe49c61b7f55890271e7 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0xAE456CC9 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/drivers/firmware/tegra/bpmp.c:861:51: error: 'tegra186_soc' undeclared here (not in a function); did you mean 'tegra210_soc'? { .compatible = "nvidia,tegra186-bpmp", .data = &tegra186_soc }, ^~~~~~~~~~~~ tegra210_soc make[4]: *** [/kisskb/src/scripts/Makefile.build:271: drivers/firmware/tegra/bpmp.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:514: drivers/firmware/tegra] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:514: drivers/firmware] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1851: drivers] Error 2 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:03:07.193389