]> 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)
commit7f2052a54a6ecde6641425235874380763144b6e
tree2ceb94f3cedb4e27c69dea382644d4fb60d486fa
parenta5461262dae311568b5010f5fa0f193518f499da
parentae3c3bba3db9110b767abd1e8df3c664e0898bfa
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()