# git rev-parse -q --verify 5468e7812866a03e6f9410104ef7661370ca804e^{commit} 5468e7812866a03e6f9410104ef7661370ca804e already have revision, skipping fetch # git checkout -q -f -B kisskb 5468e7812866a03e6f9410104ef7661370ca804e # git clean -qxdf # < git log -1 # commit 5468e7812866a03e6f9410104ef7661370ca804e # Author: Masahiro Yamada # Date: Thu Jul 18 03:28:19 2024 +0900 # # Makefile: add comment to discourage tools/* addition for kernel builds # # Kbuild provides scripts/Makefile.host to build host programs used for # building the kernel. Unfortunately, there are two exceptions that opt # out of Kbuild. The build system under tools/ is a cheesy replica, and # cause issues. I was recently poked about a problem in the tools build # system, which I do not maintain (and nobody maintains). [1] # # Without a comment, people might believe this is the right location # because that is where objtool lives, even if a more robust Kbuild # syntax satisfies their needs. [2] # # [1]: https://lore.kernel.org/linux-kbuild/ZnIYWBgrJ-IJtqK8@google.com/T/#m8ece130dd0e23c6f2395ed89070161948dee8457 # [2]: https://lore.kernel.org/all/20240618200501.GA1611012@google.com/ # # Signed-off-by: Masahiro Yamada # Acked-by: Nicolas Schier # Reviewed-by: Brian Norris # Reviewed-by: Sami Tolvanen # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 5468e7812866a03e6f9410104ef7661370ca804e # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- WARNING: modpost: drivers/virt/coco/sev-guest/sev-guest: section mismatch in reference: sev_guest_driver+0x10 (section: .data) -> sev_guest_remove (section: .exit.text) Completed OK # rm -rf /kisskb/build/kbuild_allmodconfig_x86_64-gcc13 # Build took: 0:15:44.764940