# git rev-parse -q --verify 2c385b52d46a7763f33d850ec2772a442e3ad6d5^{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 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 2c385b52d46a7763f33d850ec2772a442e3ad6d5^{commit} 2c385b52d46a7763f33d850ec2772a442e3ad6d5 # git checkout -q -f -B kisskb 2c385b52d46a7763f33d850ec2772a442e3ad6d5 # git clean -qxdf # < git log -1 # commit 2c385b52d46a7763f33d850ec2772a442e3ad6d5 # Author: Masahiro Yamada # Date: Wed Jul 3 03:02:42 2024 +0900 # # kbuild: package: add -e and -u options to some shell scripts # # Set -e to make these scripts fail on the first error. # # Set -u because these scripts are invoked by Makefile, and do not work # properly without necessary variables defined. # # I tweaked mkdebian to cope with optional environment variables. # # Remove the explicit "test -n ..." from install-extmod-build. # # Both options are described in POSIX. [1] # # [1]: https://pubs.opengroup.org/onlinepubs/009604499/utilities/set.html # # Signed-off-by: Masahiro Yamada # Reviewed-by: Nicolas Schier # < /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 2c385b52d46a7763f33d850ec2772a442e3ad6d5 # make -s -j 32 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 32 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 32 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 32 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:33:36.223254