Buildresult: powerpc-fixes/s390-defconfig/s390x-gcc11 built on Feb 6 2023, 23:54
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 6 2023, 23:54
Duration:
0:04:12.057448
Builder:
alpine3
Revision:
powerpc/kexec_file: fix implicit decl error (
97e45d469eb180a7bd2809e4e079331552c73e42)
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 97e45d469eb180a7bd2809e4e079331552c73e42^{commit} 97e45d469eb180a7bd2809e4e079331552c73e42 already have revision, skipping fetch # git checkout -q -f -B kisskb 97e45d469eb180a7bd2809e4e079331552c73e42 # git clean -qxdf # < git log -1 # commit 97e45d469eb180a7bd2809e4e079331552c73e42 # Author: Randy Dunlap <rdunlap@infradead.org> # Date: Sat Feb 4 09:22:06 2023 -0800 # # powerpc/kexec_file: fix implicit decl error # # kexec (PPC64) code calls memory_hotplug_max(). Add the header # declaration for it from <asm/mmzone.h>. Using <linux/mmzone.h> does not # work since the #include for <asm/mmzone.h> depends on CONFIG_NUMA=y, # which is not always set. # # Fixes this build error/warning: # # arch/powerpc/kexec/file_load_64.c: In function 'kexec_extra_fdt_size_ppc64': # arch/powerpc/kexec/file_load_64.c:993:33: error: implicit declaration of function 'memory_hotplug_max' # 993 | usm_entries = ((memory_hotplug_max() / drmem_lmb_size()) + # | ^~~~~~~~~~~~~~~~~~ # # Fixes: fc546faa5595 ("powerpc/kexec_file: Count hot-pluggable memory in FDT estimate") # Signed-off-by: Randy Dunlap <rdunlap@infradead.org> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20230204172206.7662-1-rdunlap@infradead.org # < /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 97e45d469eb180a7bd2809e4e079331552c73e42 # < 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:04:12.057448
© Michael Ellerman 2006-2018.