Re: timers: Move clearing of base::timer_running under base::lock

From: Sebastian Andrzej Siewior
Date: Fri Dec 11 2020 - 10:06:33 EST


On 2020-12-11 15:36:27 [+0100], Thomas Gleixner wrote:
> So the change at hand does not make things worse, right?

Correct. This *ping*-*pong* was there before this patch because
->running_timer is always cleared after the callback finishes.

I was just curious why out of a sudden there are *that* many users of
the corner case.

> Thanks,
>
> tglx

Sebastian