Build, ship, and run secure software with minimal, hardened container images — rebuilt from source daily and guarded under our industry-leading remediation SLA.
Start for freeclockevents: Add missing resets of the next_event_forced flag
In the Linux kernel, the following vulnerability has been resolved:
clockevents: Add missing resets of the next_event_forced flag
The prevention mechanism against timer interrupt starvation missed to reset the next_event_forced flag in a couple of places:
That led to stalls which have been reported by several people.
Add the missing resets, which fixes the problems for the reporters.