Buildresult: powerpc-fixes/s390-defconfig/s390x-gcc11 built on Jan 7 2023, 13:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 7 2023, 13:43
Duration:
0:03:38.893414
Builder:
alpine2
Revision:
powerpc/vmlinux.lds: Don't discard .comment (
be5f95c8779e19779dd81927c8574fec5aaba36c)
Target:
powerpc-fixes/s390-defconfig/s390x-gcc11
Branch:
powerpc-fixes
Compiler:
s390x-gcc11
(s390-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (2)
.config:3652:warning: override: reassigning to symbol DEBUG_INFO_BTF arch/s390/kernel/setup.c:526:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds]
Full Log
# git rev-parse -q --verify be5f95c8779e19779dd81927c8574fec5aaba36c^{commit} be5f95c8779e19779dd81927c8574fec5aaba36c already have revision, skipping fetch # git checkout -q -f -B kisskb be5f95c8779e19779dd81927c8574fec5aaba36c # git clean -qxdf # < git log -1 # commit be5f95c8779e19779dd81927c8574fec5aaba36c # Author: Michael Ellerman <mpe@ellerman.id.au> # Date: Thu Jan 5 22:42:59 2023 +1100 # # powerpc/vmlinux.lds: Don't discard .comment # # Although the powerpc linker script mentions .comment in the DISCARD # section, that has never actually caused it to be discarded, because the # earlier ELF_DETAILS macro (previously STABS_DEBUG) explicitly includes # .comment. # # However commit 99cb0d917ffa ("arch: fix broken BuildID for arm64 and # riscv") introduced an earlier use of DISCARD as part of the RO_DATA # macro. With binutils < 2.36 that causes the DISCARD directives later in # the script to be applied earlier, causing .comment to actually be # discarded. # # It's confusing to explicitly include and discard .comment, and even more # so if the behaviour depends on the toolchain version. So don't discard # .comment in order to maintain the existing behaviour in all cases. # # Fixes: 83a092cf95f2 ("powerpc: Link warning for orphan sections") # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20230105132349.384666-3-mpe@ellerman.id.au # < /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 be5f95c8779e19779dd81927c8574fec5aaba36c # < make -s -j 160 ARCH=s390 O=/kisskb/build/powerpc-fixes_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 160 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig .config:3652:warning: override: reassigning to symbol DEBUG_INFO_BTF # make -s -j 160 ARCH=s390 O=/kisskb/build/powerpc-fixes_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:1061:2: /kisskb/src/arch/s390/kernel/setup.c:526:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 526 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 527 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 # Build took: 0:03:38.893414
© Michael Ellerman 2006-2018.