Re: [PATCH] clockevents: Reset next_event_forced in the coupled programming path
From: Thomas Gleixner
Date: Mon Apr 27 2026 - 11:08:38 EST
On Mon, Apr 27 2026 at 17:28, Zhan Xusheng wrote:
> All successful event programming paths in clockevents_program_event()
> reset next_event_forced to zero, except the clockevent_set_next_coupled()
> path which was added before the starvation prevention mechanism.
>
> Add the missing reset for consistency.
What for?
It never reaches the point where it sets or checks that
next_event_forced bit.
Your AI slop is clearly not getting it.