aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorFrederic Weisbecker <[email protected]>2022-02-02 01:01:07 +0100
committerFrederic Weisbecker <[email protected]>2022-03-07 23:01:19 +0100
commita1ff03cd6fb9c501fff63a4a2bface9adcfa81cd (patch)
tree5a5e4af9948395d52664857409bb6d4c4811efe8 /net/unix/af_unix.c
parent58dedf0a4782ce42b4d31f1f62e5ad80a1b73d72 (diff)
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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions