public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Question] Voltage droop from synchronized timer interrupts(tick) on many-core SoCs leads to system instability
@ 2026-02-05  4:52 连子涵
  2026-02-05  6:37 ` Hillf Danton
  2026-02-06 13:37 ` Thomas Gleixner
  0 siblings, 2 replies; 4+ messages in thread
From: 连子涵 @ 2026-02-05  4:52 UTC (permalink / raw)
  To: tglx, mingo, frederic; +Cc: linux-kernel


Hi all,
We have observed a critical voltage droop issue on large-core-count SoC platforms (e.g., 64+ cores) that appears to stem directly from the synchronized periodic timer interrupts(tick) in the Linux kernel. 

In our testing and power simulations, we found that: 
When all CPU cores enter the timer interrupt handler simultaneously, there is a sharp, instantaneous power surge and continuous power fluctuations during the interrupt handling window (which lasts several microseconds), leading to significant voltage droop. In severe cases, this droop can cause system instability or even prevent the OS from booting.

We understand that enabling skew_tick=1 effectively mitigates this by staggering the per-CPU tick timers. However, in certain deployment scenarios, modifying any kernel boot parameter—including skew_tick—is not permitted.

Given this constraint, we would greatly appreciate your insights on the following technical questions: 
1. Why does the timer interrupt path consume so much power and exhibit such large instantaneous variations? Our power simulation shows that the average power during timer interrupt handling is comparable to Dhrystone benchmark. 
2. What is the typical duration of a single timer interrupt handler (tick_nohz_handler, etc.) on a modern x86 or ARM core? Is it generally on the order of a few microseconds? 
3. Beyond skew_tick=1, are there other kernel mechanisms or runtime strategies that could reduce the power impact of synchronized timer events? Are there plans in future kernel versions to address this issue more fundamentally—especially for many-core platforms? 


Thank you very much for your time and expertise. 


Best regards, 
Zihan Lian <17317795071@163.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-09 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05  4:52 [Question] Voltage droop from synchronized timer interrupts(tick) on many-core SoCs leads to system instability 连子涵
2026-02-05  6:37 ` Hillf Danton
2026-02-09 18:33   ` Christoph Lameter (Ampere)
2026-02-06 13:37 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox