Re: [PATCH] workqueue: Convert timers to use timer_setup() (part 2)

From: Tejun Heo
Date: Wed Oct 18 2017 - 09:33:37 EST


On Mon, Oct 16, 2017 at 03:58:25PM -0700, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list pointer
> to all timer callbacks, switch to using the new timer_setup() and
> from_timer() to pass the timer pointer explicitly. (The prior workqueue
> patch missed a few timers.)
>
> Cc: Tejun Heo <tj@xxxxxxxxxx>
> Cc: Lai Jiangshan <jiangshanlai@xxxxxxxxx>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Please feel free to route with other timer patches.

Thanks.

--
tejun