]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jul 2019 17:39:56 +0000 (10:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jul 2019 17:39:56 +0000 (10:39 -0700)
commit2540b654674cdfecc0c58cd61d5294778451278a
tree4a3c4e8dbfda3a6e0886c54a6ea3927dbec89e41
parent96cf02d059a3aae986c4213df75edc0d6ca48c06
parentdedb0298daf2f3f8c1b82c7db6e199c0e4622675
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull SMP/hotplug updates from Thomas Gleixner:
 "A small set of updates for SMP and CPU hotplug:

   - Abort disabling secondary CPUs in the freezer when a wakeup is
     pending instead of evaluating it only after all CPUs have been
     offlined.

   - Remove the shared annotation for the strict per CPU cfd_data in the
     smp function call core code.

   - Remove the return values of smp_call_function() and on_each_cpu()
     as they are unconditionally 0. Fixup the few callers which actually
     bothered to check the return value"

* 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  smp: Remove smp_call_function() and on_each_cpu() return values
  smp: Do not mark call_function_data as shared
  cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
  cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()
arch/arm/common/bL_switcher.c
arch/ia64/kernel/uncached.c
arch/powerpc/kernel/rtas.c
kernel/cpu.c