# git rev-parse -q --verify b753101a4ac0b906064a72feec43f5b80a1fe2e5^{commit} b753101a4ac0b906064a72feec43f5b80a1fe2e5 already have revision, skipping fetch # git checkout -q -f -B kisskb b753101a4ac0b906064a72feec43f5b80a1fe2e5 # git clean -qxdf # < git log -1 # commit b753101a4ac0b906064a72feec43f5b80a1fe2e5 # Merge: c7850ae4d71c 00d76a0c1943 # Author: Linus Torvalds # Date: Sat Apr 11 09:46:12 2020 -0700 # # Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull more Kbuild updates from Masahiro Yamada: # # - raise minimum supported binutils version to 2.23 # # - remove old CONFIG_AS_* macros that we know binutils >= 2.23 supports # # - move remaining CONFIG_AS_* tests to Kconfig from Makefile # # - enable -Wtautological-compare warnings to catch more issues # # - do not support GCC plugins for GCC <= 4.7 # # - fix various breakages of 'make xconfig' # # - include the linker version used for linking the kernel into # LINUX_COMPILER, which is used for the banner, and also exposed to # /proc/version # # - link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y, which # allows us to remove the lib-ksyms.o workaround, and to solve the last # known issue of the LLVM linker # # - add dummy tools in scripts/dummy-tools/ to enable all compiler tests # in Kconfig, which will be useful for distro maintainers # # - support the single switch, LLVM=1 to use Clang and all LLVM utilities # instead of GCC and Binutils. # # - support LLVM_IAS=1 to enable the integrated assembler, which is still # experimental # # * tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (36 commits) # kbuild: fix comment about missing include guard detection # kbuild: support LLVM=1 to switch the default tools to Clang/LLVM # kbuild: replace AS=clang with LLVM_IAS=1 # kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig # kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y # MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory # kbuild: remove -I$(srctree)/tools/include from scripts/Makefile # kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h # Documentation/llvm: fix the name of llvm-size # kbuild: mkcompile_h: Include $LD version in /proc/version # kconfig: qconf: Fix a few alignment issues # kconfig: qconf: remove some old bogus TODOs # kconfig: qconf: fix support for the split view mode # kconfig: qconf: fix the content of the main widget # kconfig: qconf: Change title for the item window # kconfig: qconf: clean deprecated warnings # gcc-plugins: drop support for GCC <= 4.7 # kbuild: Enable -Wtautological-compare # x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 # crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean' # ... # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 b753101a4ac0b906064a72feec43f5b80a1fe2e5 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x8BC5AC5A # 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-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4072:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4073:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4074:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4077:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/drivers/net/ethernet/aurora/nb8800.c:30: /kisskb/src/drivers/net/ethernet/aurora/nb8800.h:92: warning: "TCR_DIE" redefined 92 | #define TCR_DIE BIT(7) | In file included from /kisskb/src/arch/powerpc/include/asm/reg.h:21, from /kisskb/src/arch/powerpc/include/asm/processor.h:9, from /kisskb/src/arch/powerpc/include/asm/thread_info.h:40, from /kisskb/src/include/linux/thread_info.h:38, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/net/ethernet/aurora/nb8800.c:13: /kisskb/src/arch/powerpc/include/asm/reg_booke.h:551: note: this is the location of the previous definition 551 | #define TCR_DIE TCR_PIE /* DEC Interrupt Enable */ | /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: mm/page_alloc.o:(.toc+0x0): undefined reference to `node_reclaim_distance' make[1]: *** [/kisskb/src/Makefile:1106: vmlinux] Error 1 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:03:18.291610