# git rev-parse -q --verify 7bbf02b875b5389b8323cdaa6052929475ae1818^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 7bbf02b875b5389b8323cdaa6052929475ae1818^{commit} 7bbf02b875b5389b8323cdaa6052929475ae1818 # git checkout -q -f -B kisskb 7bbf02b875b5389b8323cdaa6052929475ae1818 # git clean -qxdf # < git log -1 # commit 7bbf02b875b5389b8323cdaa6052929475ae1818 # Author: Nathan Chancellor # Date: Wed Jan 11 20:05:11 2023 -0700 # # kbuild: Stop using '-Qunused-arguments' with clang # # This option masks all unused command line argument warnings, which can # hide potential issues, such as an architecture Makefile adding an # unsupported flag to KBUILD_AFLAGS or KBUILD_CFLAGS, which will cause all # as-option and cc-options to silently fail due to -Werror with no # indication as to why in the main kernel build. # # Remove this flag so that warnings of this nature can be caught early and # obviously in a build. # # Signed-off-by: Nathan Chancellor # Reviewed-by: Nick Desaulniers # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 7bbf02b875b5389b8323cdaa6052929475ae1818 # < make -s -j 160 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 160 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 160 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 160 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- Completed OK # rm -rf /kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 # Build took: 0:04:47.260234