# git rev-parse -q --verify fd16ceca302d98ef4a5c1566f7201f9303b8620e^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next remote: warning: multi-pack bitmap is missing required reverse index # git rev-parse -q --verify fd16ceca302d98ef4a5c1566f7201f9303b8620e^{commit} fd16ceca302d98ef4a5c1566f7201f9303b8620e # git checkout -q -f -B kisskb fd16ceca302d98ef4a5c1566f7201f9303b8620e # git clean -qxdf # < git log -1 # commit fd16ceca302d98ef4a5c1566f7201f9303b8620e # Author: Masahiro Yamada # Date: Thu Jun 27 03:22:04 2024 +0900 # # kconfig: refactor error messages in sym_check_print_recursive() # # Improve the error messages and clean up redundant code. # # [1] remove redundant next_sym->name checks # # If 'next_sym' is a choice, the first 'if' block is executed. In the # subsequent 'else if' blocks, 'next_sym" is not a choice, hence # next_sym->name is not NULL. # # [2] remove redundant sym->name checks # # A choice is never selected or implied by anyone because it has no name # (it is syntactically impossible). If it is, sym->name is not NULL. # # [3] Show the location of choice instead of "" # # "part of choice " does not convey useful information. Since a # choice has no name, it is more informative to display the file name and # line number. # # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 fd16ceca302d98ef4a5c1566f7201f9303b8620e # make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_defconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_defconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_defconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_defconfig_arm64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/aarch64-linux/bin/aarch64-linux- Completed OK # rm -rf /kisskb/build/kbuild_defconfig_arm64-gcc13 # Build took: 0:07:29.558349