Buildresult: powerpc-fixes/s390-defconfig/s390x-gcc11 built on Feb 2 2023, 08:54
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 2 2023, 08:54
Duration:
0:04:09.029475
Builder:
ka7
Revision:
powerpc/kexec_file: Count hot-pluggable memory in FDT estimate (
fc546faa559538fb312c77e055243ece18ab3288)
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 fc546faa559538fb312c77e055243ece18ab3288^{commit} fc546faa559538fb312c77e055243ece18ab3288 already have revision, skipping fetch # git checkout -q -f -B kisskb fc546faa559538fb312c77e055243ece18ab3288 # git clean -qxdf # < git log -1 # commit fc546faa559538fb312c77e055243ece18ab3288 # Author: Sourabh Jain <sourabhjain@linux.ibm.com> # Date: Tue Jan 31 08:36:15 2023 +0530 # # powerpc/kexec_file: Count hot-pluggable memory in FDT estimate # # On Systems where online memory is lesser compared to max memory, the # kexec_file_load system call may fail to load the kdump kernel with the # below errors: # # "Failed to update fdt with linux,drconf-usable-memory property" # "Error setting up usable-memory property for kdump kernel" # # This happens because the size estimation for usable memory properties # for the kdump kernel's FDT is based on the online memory whereas the # usable memory properties include max memory. In short, the hot-pluggable # memory is not accounted for while estimating the size of the usable # memory properties. # # The issue is addressed by calculating usable memory property size using # max hotplug address instead of the last online memory address. # # Fixes: 2377c92e37fe ("powerpc/kexec_file: fix FDT size estimation for kdump kernel") # Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20230131030615.729894-1-sourabhjain@linux.ibm.com # < /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 fc546faa559538fb312c77e055243ece18ab3288 # < make -s -j 32 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 32 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 32 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 32 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:09.029475
© Michael Ellerman 2006-2018.