Re: [patch V2 08/50] posix-cpu-timers: Save interval only for armed timers

From: Thomas Gleixner
Date: Thu Apr 11 2024 - 18:01:12 EST


On Thu, Apr 11 2024 at 16:25, Anna-Maria Behnsen wrote:

> Thomas Gleixner <tglx@xxxxxxxxxxxxx> writes:
>
>> There is no point to return the interval for timers which have been
>> disarmed.
>>
> common_timer_get() returns/updates interval unconditionally - so
> behavior then differs.

Good catch! We really want to make this consistent.