Re: [PATCH 05/13] timer: Remove init_timer_deferrable() in favor of timer_setup()

From: David Miller
Date: Wed Oct 04 2017 - 20:41:27 EST


From: Kees Cook <keescook@xxxxxxxxxxxx>
Date: Wed, 4 Oct 2017 16:26:59 -0700

> This refactors the only users of init_timer_deferrable() to use
> the new timer_setup() and from_timer(). Removes definition of
> init_timer_deferrable().
>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> Cc: Sebastian Reichel <sre@xxxxxxxxxx>
> Cc: Harish Patil <harish.patil@xxxxxxxxxx>
> Cc: Manish Chopra <manish.chopra@xxxxxxxxxx>
> Cc: Kalle Valo <kvalo@xxxxxxxxxxxxxxxx>
> Cc: linuxppc-dev@xxxxxxxxxxxxxxxx
> Cc: netdev@xxxxxxxxxxxxxxx
> Cc: linux-wireless@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

For networking:

Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>