Buildresult: powerpc-fixes/ppc64e_defconfig+KEXEC/powerpc-gcc5 built on Nov 21 2020, 01:40
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Nov 21 2020, 01:40
Duration:
0:01:55.192071
Builder:
ka2
Revision:
powerpc/64s: Trim offlined CPUs from mm_cpumasks (
8077155dce6c20909682788466ddb25af743cb73)
Target:
powerpc-fixes/ppc64e_defconfig+KEXEC/powerpc-gcc5
Branch:
powerpc-fixes
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
ppc64e_defconfig+KEXEC
(
download
)
Log:
Download original
Possible warnings (1)
.config:2918:warning: override: reassigning to symbol KEXEC
Full Log
# git rev-parse -q --verify 8077155dce6c20909682788466ddb25af743cb73^{commit} 8077155dce6c20909682788466ddb25af743cb73 already have revision, skipping fetch # git checkout -q -f -B kisskb 8077155dce6c20909682788466ddb25af743cb73 # git clean -qxdf # < git log -1 # commit 8077155dce6c20909682788466ddb25af743cb73 # Author: Nicholas Piggin <npiggin@gmail.com> # Date: Fri Nov 20 12:57:57 2020 +1000 # # powerpc/64s: Trim offlined CPUs from mm_cpumasks # # When offlining a CPU, powerpc/64s does not flush TLBs, rather it just # leaves the CPU set in mm_cpumasks, so it continues to receive TLBIEs # to manage its TLBs. # # However the exit_flush_lazy_tlbs() function expects that after # returning, all CPUs (except self) have flushed TLBs for that mm, in # which case TLBIEL can be used for this flush. This breaks for offline # CPUs because they don't get the IPI to flush their TLB. This can lead # to stale translations. # # Fix this by clearing the CPU from mm_cpumasks, then flushing all TLBs # before going offline. # # These offlined CPU bits stuck in the cpumask also prevents the cpumask # from being trimmed back to local mode, which means continual broadcast # IPIs or TLBIEs are needed for TLB flushing. This patch prevents that # situation too. # # Signed-off-by: Nicholas Piggin <npiggin@gmail.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20201120025757.325930-3-npiggin@gmail.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8077155dce6c20909682788466ddb25af743cb73 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+KEXEC_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64e_defconfig # Added to kconfig CONFIG_KEXEC=y # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+KEXEC_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+KEXEC_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:2918:warning: override: reassigning to symbol KEXEC # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_ppc64e_defconfig+KEXEC_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- INFO: Uncompressed kernel (size 0xd25cf8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.10.0-rc2-65313-g8077155d Created: Sat Nov 21 01:42:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5265601 Bytes = 5142.19 KiB = 5.02 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/powerpc-fixes_ppc64e_defconfig+KEXEC_powerpc-gcc5 # Build took: 0:01:55.192071
© Michael Ellerman 2006-2018.