]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 May 2021 16:42:13 +0000 (09:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 May 2021 16:42:13 +0000 (09:42 -0700)
commit8c44e7599ff74d27b3c0c9de33c9ce5de6bf9ac0
treec01f3911e705d9e4332a173ec0bce5d7d5252bea
parent0815596ba48560b562b86f920fb448ea71a4414a
parentc401d21e6b4f7a484d1c1ee4e4c4565b96c46e6d
Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixes from Thomas Gleixner:
 "Two fixes for timers:

   - Use the ALARM feature check in the alarmtimer core code insted of
     the old method of checking for the set_alarm() callback.

     Drivers can have that callback set but the feature bit cleared. If
     such a RTC device is selected then alarms wont work.

   - Use a proper define to let the preprocessor check whether Hyper-V
     VDSO clocksource should be active.

     The code used a constant in an enum with #ifdef, which evaluates to
     always false and disabled the clocksource for VDSO"

* tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86
  alarmtimer: Check RTC features instead of ops