]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Jan 2021 19:40:57 +0000 (11:40 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Jan 2021 19:40:57 +0000 (11:40 -0800)
commite15a5dfaf2778f5eaab61c234d4c2672d61e9986
tree12431c2b7db849bdd447abe1a160edd5b4aa68b1
parent76198dd92101b37d764b01963be0c8200f2673b8
parent7b5fd03b163dbccc4ccb47aa7bcd727a67462499
Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
 "A fix for handling advertised, but non-existent 146818 RTCs correctly.

  With the recent UIP handling changes the time readout of non-existent
  RTCs hangs forever as the read returns always 0xFF which means the UIP
  bit is set.

  Sanity check the RTC before registering by checking the RTC_VALID
  register for correctness"

* tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  rtc: mc146818: Detect and handle broken RTCs