On Wed, 19 Aug 2026 15:50:14 +0800 Hillf Danton wrote: > If now is computed based on the timer instead, now = timer->base->get_time(), > which one do you pick up lad/dude?
Thanks for pointing it out. The timer's - hrtimer_cb_get_time(timer), since base->get_time went away in 009eb5da29a9. Same value today, but taken from the clock the expiry is compared against. Changed in v2.

