# 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 # 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 # Reviewed-by: Aneesh Kumar K.V # Debugged-by: Milton Miller # Debugged-by: Aneesh Kumar K.V # Debugged-by: Paul Mackerras # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20201126102530.691335-5-npiggin@gmail.com # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 01b0f0eae0812e80efeee4ee17687e5386335e08 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_iss476-smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/iss476-smp_defconfig WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y] WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y] # make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-fixes_44x_iss476-smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1659:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ INFO: Uncompressed kernel (size 0x6c94e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6c94e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Completed OK # rm -rf /kisskb/build/powerpc-fixes_44x_iss476-smp_defconfig_powerpc-gcc4.9 # Build took: 0:00:34.498754