]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Jan 2021 17:58:38 +0000 (09:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Jan 2021 17:58:38 +0000 (09:58 -0800)
commit413d1df94327fcd6c4eea7e2b807a40a898e4e3c
tree2ceb94f3cedb4e27c69dea382644d4fb60d486fa
parent134221636238f1fe2b82e1bcb30601a3302a9014
parentb056b4a08d6adf40d5e28a932799b661e6d19f31
Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixes from Borislav Petkov:

 - Fix an integer overflow in the NTP RTC synchronization which led to
   the latter happening every 2 seconds instead of the intended every 11
   minutes.

 - Get rid of now unused get_seconds().

* tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  ntp: Fix RTC synchronization on 32-bit platforms
  timekeeping: Remove unused get_seconds()