# git rev-parse -q --verify c6cc1d041e6886c9ac3533b5db270bece911a963^{commit} c6cc1d041e6886c9ac3533b5db270bece911a963 already have revision, skipping fetch # git checkout -q -f -B kisskb c6cc1d041e6886c9ac3533b5db270bece911a963 # git clean -qxdf # < git log -1 # commit c6cc1d041e6886c9ac3533b5db270bece911a963 # Author: Nick Desaulniers # Date: Fri Aug 25 10:38:01 2023 -0700 # # Documentation/llvm: refresh docs # # Recent fixes for an embargoed hardware security vulnerability failed to # link with ld.lld (LLVM's linker). [0] To be fair, our documentation # mentions ``CC=clang`` foremost with ``LLVM=1`` being buried "below the # fold." # # We want to encourage the use of ``LLVM=1`` rather than just # ``CC=clang``. Make that suggestion "above the fold" and "front and # center" in our docs. # # While here, the following additional changes were made: # - remove the bit about CROSS_COMPILE setting --target=, that's no longer # true. # - Add ARCH=loongarch to the list of maintained targets (though we're # still working on getting defconfig building cleanly at the moment; # we're pretty close). # - Bump ARCH=powerpc from CC=clang to LLVM=1 status. # - Promote ARCH=riscv from being Maintained to being Supported. Android # is working towards supporting RISC-V, and we have excellent support # from multiple companies in this regard. # - Note that the toolchain distribution on kernel.org has been built with # profile data from kernel builds. # - Note how to use ccache with clang. # # Link: https://github.com/ClangBuiltLinux/linux/issues/1907 [0] # Reviewed-by: Nathan Chancellor # Signed-off-by: Nick Desaulniers # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 c6cc1d041e6886c9ac3533b5db270bece911a963 # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/kbuild_defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in ? kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_defconfig_sparc64-gcc11 # Build took: 0:01:42.722375