Buildresult: powerpc-fixes/44x/fsp2_defconfig/powerpc-gcc5 built on Nov 27 2020, 00:55
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Nov 27 2020, 00:55
Duration:
0:01:13.233553
Builder:
ka2
Revision:
powerpc/64s: Trim offlined CPUs from mm_cpumasks (
01b0f0eae0812e80efeee4ee17687e5386335e08)
Target:
powerpc-fixes/44x/fsp2_defconfig/powerpc-gcc5
Branch:
powerpc-fixes
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
44x/fsp2_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
kernel/rcu/tasks.h:710:13: warning: 'show_rcu_tasks_rude_gp_kthread' defined but not used [-Wunused-function]
Full Log
# git rev-parse -q --verify 01b0f0eae0812e80efeee4ee17687e5386335e08^{commit} 01b0f0eae0812e80efeee4ee17687e5386335e08 already have revision, skipping fetch # git checkout -q -f -B kisskb 01b0f0eae0812e80efeee4ee17687e5386335e08 # git clean -qxdf # < git log -1 # commit 01b0f0eae0812e80efeee4ee17687e5386335e08 # Author: Nicholas Piggin <npiggin@gmail.com> # Date: Thu Nov 26 20:25:30 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. # # A cast of many were involved in working this out, but in particular # Milton, Aneesh, Paul made key discoveries. # # Fixes: 0cef77c7798a7 ("powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask") # Signed-off-by: Nicholas Piggin <npiggin@gmail.com> # Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> # Debugged-by: Milton Miller <miltonm@us.ibm.com> # Debugged-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> # Debugged-by: Paul Mackerras <paulus@samba.org> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20201126102530.691335-5-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 01b0f0eae0812e80efeee4ee17687e5386335e08 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/fsp2_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_fsp2_defconfig_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_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/kernel/rcu/update.c:578:0: /kisskb/src/kernel/rcu/tasks.h:710:13: warning: 'show_rcu_tasks_rude_gp_kthread' defined but not used [-Wunused-function] static void show_rcu_tasks_rude_gp_kthread(void) {} ^ INFO: Uncompressed kernel (size 0xa74e64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.10.0-rc2-65324-g01b0f0ea Created: Fri Nov 27 00:57:08 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4560073 Bytes = 4453.20 KiB = 4.35 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/powerpc-fixes_44x_fsp2_defconfig_powerpc-gcc5 # Build took: 0:01:13.233553
© Michael Ellerman 2006-2018.