Buildresult: powerpc-next/s390-defconfig/s390x-gcc11 built on Dec 13 2022, 03:36
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 13 2022, 03:36
Duration:
0:02:44.624901
Builder:
alpine1
Revision:
powerpc/64: Set default CPU in Kconfig (
825eada7717cd75424d2b5f00cf754ed97d62d87)
Target:
powerpc-next/s390-defconfig/s390x-gcc11
Branch:
powerpc-next
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 (1)
arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds]
Full Log
# git rev-parse -q --verify 825eada7717cd75424d2b5f00cf754ed97d62d87^{commit} 825eada7717cd75424d2b5f00cf754ed97d62d87 already have revision, skipping fetch # git checkout -q -f -B kisskb 825eada7717cd75424d2b5f00cf754ed97d62d87 # git clean -qxdf # < git log -1 # commit 825eada7717cd75424d2b5f00cf754ed97d62d87 # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Wed Dec 7 14:38:40 2022 +0100 # # powerpc/64: Set default CPU in Kconfig # # Since 0069f3d14e7a ("powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MC"), the # only possible BOOK3E/64 are E500, so no need of a default CPU over the # E5500. # # When the user selects book3e, they must have an e500 compatible # compiler, and it won't work anymore with the default -mcpu=power64, see # commit d6b551b8f90c ("powerpc/64e: Fix build failure with GCC 12 # (unrecognized opcode: `wrteei')"). # # For book3s/64, replace GENERIC_CPU by POWERPC64_CPU to match the PPC32 # POWERPC_CPU, and set a default mpcu value in Kconfig directly. # # When a user selects a particular CPU, they must ensure the compiler has # the requested capability. Therefore, remove hidden fallback, instead # offer user the possibility to say they want to use the toolchain # default. # # Fixes: d6b551b8f90c ("powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')") # Reported-by: Pali Rohár <pali@kernel.org> # Tested-by: Pali Rohár <pali@kernel.org> # Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/3fd60c2d8a28668a42b766b18362a526ef47e757.1670420281.git.christophe.leroy@csgroup.eu # < /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 825eada7717cd75424d2b5f00cf754ed97d62d87 # < make -s -j 160 ARCH=s390 O=/kisskb/build/powerpc-next_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-next_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-next_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/powerpc-next_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/powerpc-next_s390-defconfig_s390x-gcc11 # Build took: 0:02:44.624901
© Michael Ellerman 2006-2018.