Linus, Please pull the latest smp/core git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp-core-2020-06-01 # HEAD: fb7fb84a0c4e8021ddecb157802d58241a3f1a40 cpu/hotplug: Remove __freeze_secondary_cpus() Misc cleanups in the SMP hotplug and cross-call code. Thanks, Ingo ------------------> Ethon Paul (1): cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted" Kaitao Cheng (1): smp: Use smp_call_func_t in on_each_cpu() Qais Yousef (2): cpu/hotplug: Remove disable_nonboot_cpus() cpu/hotplug: Remove __freeze_secondary_cpus() Documentation/power/suspend-and-cpuhotplug.rst | 6 +++--- arch/x86/kernel/smpboot.c | 4 ++-- arch/x86/power/cpu.c | 2 +- include/linux/cpu.h | 19 ++++--------------- include/linux/smp.h | 4 ++-- kernel/cpu.c | 20 ++++++++++---------- kernel/smp.c | 2 +- .../pm-graph/config/custom-timeline-functions.cfg | 2 +- tools/power/pm-graph/sleepgraph.py | 2 +- 9 files changed, 25 insertions(+), 36 deletions(-)