Re: [PATCH v5a 5/5] treewide: Convert del_timer*() to timer_shutdown*()

From: Steven Rostedt
Date: Sun Nov 06 2022 - 16:18:10 EST


On Sun, 6 Nov 2022 13:15:18 -0800
Guenter Roeck <linux@xxxxxxxxxxxx> wrote:

> > @@ -441,7 +441,7 @@ static void idletimer_tg_destroy_v1(const struct xt_tgdtor_param *par)
> > if (info->timer->timer_type & XT_IDLETIMER_ALARM) {
> > alarm_cancel(&info->timer->alarm);
>
> Does that mean something similar may be needed for alarms ?

No idea. But that could be added to the queue after workqueues ;-)

-- Steve