]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 23:55:36 +0000 (16:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 May 2022 23:55:36 +0000 (16:55 -0700)
commit637eded31e8f4a28224b726bfb57af4b40a74993
treec66b7bd86ce970879464f866615f73c6e4259dc9
parentfa2a1929c180caa6385daf5b24b7ac65332f1f32
parent1e6b995fdf074b3240e173dbb8b8ef192ac851f6
Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull CPU hotplug updates from Thomas Gleixner:

 - Initialize the per-CPU structures during early boot so that the state
   is consistent from the very beginning.

 - Make the virtualization hotplug state handling more robust and let
   the core bringup CPUs which timed out in an earlier attempt again.

 - Make the x86/xen CPU state tracking consistent on a failed online
   attempt, so a consecutive bringup does not fall over the inconsistent
   state.

* tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  cpu/hotplug: Initialise all cpuhp_cpu_state structs earlier
  cpu/hotplug: Allow the CPU in CPU_UP_PREPARE state to be brought up again.
  x86/xen: Allow to retry if cpu_initialize_context() failed.