diff options
| author | Frederic Weisbecker <[email protected]> | 2022-02-02 00:01:07 +0000 |
|---|---|---|
| committer | Frederic Weisbecker <[email protected]> | 2022-03-07 22:01:19 +0000 |
| commit | a1ff03cd6fb9c501fff63a4a2bface9adcfa81cd (patch) | |
| tree | 5a5e4af9948395d52664857409bb6d4c4811efe8 /drivers/acpi/cppc_acpi.c | |
| parent | Merge branch 'clocksource.2022.02.01b' of git://git.kernel.org/pub/scm/linux/... (diff) | |
| download | kernel-a1ff03cd6fb9c501fff63a4a2bface9adcfa81cd.tar.gz kernel-a1ff03cd6fb9c501fff63a4a2bface9adcfa81cd.zip | |
tick: Detect and fix jiffies update stall
On some rare cases, the timekeeper CPU may be delaying its jiffies
update duty for a while. Known causes include:
* The timekeeper is waiting on stop_machine in a MULTI_STOP_DISABLE_IRQ
or MULTI_STOP_RUN state. Disabled interrupts prevent from timekeeping
updates while waiting for the target CPU to complete its
stop_machine() callback.
* The timekeeper vcpu has VMEXIT'ed for a long while due to some overload
on the host.
Detect and fix these situations with emergency timekeeping catchups.
Original-patch-by: Paul E. McKenney <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
