Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
time: Fix change_clocksource locking
change_clocksource() fails to grab locks or call timekeeping_update(), which leaves a race window for time inconsistencies. This adds proper locking and a call to timekeeping_update() to fix this. CC: Andy Lutomirski <[email protected]> CC: Thomas Gleixner <[email protected]> Signed-off-by: John Stultz <[email protected]>
- Loading branch information