Buildresult: powerpc-fixes/s390-defconfig/s390x-gcc11 built on May 12 2022, 00:44
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 12 2022, 00:44
Duration:
0:07:19.462450
Builder:
blade4b
Revision:
KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context() (
ee8348496c77e3737d0a6cda307a521f2cff954f)
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 (1)
arch/s390/kernel/machine_kexec.c:57:9: warning: 'memcpy' offset [0, 511] is out of the bounds [0, 0] [-Warray-bounds]
Full Log
# git rev-parse -q --verify ee8348496c77e3737d0a6cda307a521f2cff954f^{commit} ee8348496c77e3737d0a6cda307a521f2cff954f already have revision, skipping fetch # git checkout -q -f -B kisskb ee8348496c77e3737d0a6cda307a521f2cff954f # git clean -qxdf # < git log -1 # commit ee8348496c77e3737d0a6cda307a521f2cff954f # Author: Alexander Graf <graf@amazon.com> # Date: Tue May 10 14:37:17 2022 +0200 # # KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context() # # Commit 863771a28e27 ("powerpc/32s: Convert switch_mmu_context() to C") # moved the switch_mmu_context() to C. While in principle a good idea, it # meant that the function now uses the stack. The stack is not accessible # from real mode though. # # So to keep calling the function, let's turn on MSR_DR while we call it. # That way, all pointer references to the stack are handled virtually. # # In addition, make sure to save/restore r12 on the stack, as it may get # clobbered by the C function. # # Fixes: 863771a28e27 ("powerpc/32s: Convert switch_mmu_context() to C") # Cc: stable@vger.kernel.org # v5.14+ # Reported-by: Matt Evans <matt@ozlabs.org> # Signed-off-by: Alexander Graf <graf@amazon.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20220510123717.24508-1-graf@amazon.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 ee8348496c77e3737d0a6cda307a521f2cff954f # < make -s -j 24 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 24 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 24 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 # make -s -j 24 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- /kisskb/src/arch/s390/kernel/machine_kexec.c: In function '__do_machine_kdump': /kisskb/src/arch/s390/kernel/machine_kexec.c:57:9: warning: 'memcpy' offset [0, 511] is out of the bounds [0, 0] [-Warray-bounds] 57 | memcpy((void *) __LC_FPREGS_SAVE_AREA, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 58 | (void *)(prefix + __LC_FPREGS_SAVE_AREA), 512); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 # Build took: 0:07:19.462450
© Michael Ellerman 2006-2018.