# git rev-parse -q --verify 2df76606db9de579bc96725981db4e8daa281993^{commit} 2df76606db9de579bc96725981db4e8daa281993 already have revision, skipping fetch # git checkout -q -f -B kisskb 2df76606db9de579bc96725981db4e8daa281993 # git clean -qxdf # < git log -1 # commit 2df76606db9de579bc96725981db4e8daa281993 # Merge: 2fcd8f108f25 0a6de78cff60 # Author: Linus Torvalds # Date: Sun Oct 16 11:12:22 2022 -0700 # # Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild fixes from Masahiro Yamada: # # - Fix CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y compile error for the # combination of Clang >= 14 and GAS <= 2.35. # # - Drop vmlinux.bz2 from the rpm package as it just annoyingly increased # the package size. # # - Fix modpost error under build environments using musl. # # - Make *.ll files keep value names for easier debugging # # - Fix single directory build # # - Prevent RISC-V from selecting the broken DWARF5 support when Clang # and GAS are used together. # # * tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: # lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5 # kbuild: fix single directory build # kbuild: add -fno-discard-value-names to cmd_cc_ll_c # scripts/clang-tools: Convert clang-tidy args to list # modpost: put modpost options before argument # kbuild: Stop including vmlinux.bz2 in the rpm's # Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT # Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5 # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 2df76606db9de579bc96725981db4e8daa281993 # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In function 'setup_lowcore_dat_on', inlined from 'setup_arch' at /kisskb/src/arch/s390/kernel/setup.c:1059:2: /kisskb/src/arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 524 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:04:38.263001