https://github.com/torvalds/linux
Revision 2eeefc60ad70ffb7a5daf9f47aef5b1ebd1f39ad authored by Linus Torvalds on 27 December 2020, 17:03:41 UTC, committed by Linus Torvalds on 27 December 2020, 17:03:41 UTC
Pull timer fixes from Ingo Molnar:
 "Update/fix two CPU sanity checks in the hotplug and the boot code, and
  fix a typo in the Kconfig help text.

  [ Context: the first two commits are the result of an ongoing
    annotation+review work of (intentional) tick_do_timer_cpu() data
    races reported by KCSAN, but the annotations aren't fully cooked
    yet ]"

* tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
  tick/sched: Remove bogus boot "safety" check
  tick: Remove pointless cpu valid check in hotplug code
2 parent s 3b80dee + f6f5cd8
History
Tip revision: 2eeefc60ad70ffb7a5daf9f47aef5b1ebd1f39ad authored by Linus Torvalds on 27 December 2020, 17:03:41 UTC
Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 2eeefc6

back to top