# git rev-parse -q --verify c7c90e121e992eefdf07945e5a6e9cf097b29463^{commit} c7c90e121e992eefdf07945e5a6e9cf097b29463 already have revision, skipping fetch # git checkout -q -f -B kisskb c7c90e121e992eefdf07945e5a6e9cf097b29463 # git clean -qxdf # < git log -1 # commit c7c90e121e992eefdf07945e5a6e9cf097b29463 # Author: Bjorn Helgaas # Date: Tue Jun 1 16:31:43 2021 -0500 # # kconfig.h: explain IS_MODULE(), IS_ENABLED() # # Extend IS_MODULE() and IS_ENABLED comments to explain why one might use # "#if IS_ENABLED(CONFIG_FOO)" instead of "#ifdef CONFIG_FOO". # # To wit, "#ifdef CONFIG_FOO" is true only for CONFIG_FOO=y, while # "#if IS_ENABLED(CONFIG_FOO)" is true for both CONFIG_FOO=y and # CONFIG_FOO=m. # # This is because "CONFIG_FOO=m" in .config does not result in "CONFIG_FOO" # being defined. The actual definitions are in autoconf.h, where: # # CONFIG_FOO=y results in #define CONFIG_FOO 1 # CONFIG_FOO=m results in #define CONFIG_FOO_MODULE 1 # # Signed-off-by: Bjorn Helgaas # Acked-by: Randy Dunlap # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 c7c90e121e992eefdf07945e5a6e9cf097b29463 # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- defconfig # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 120 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 120 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_sparc64-defconfig_sparc64 # Build took: 0:00:53.594531