Re: [PATCH] drivers/net: realtek: Convert timers to use timer_setup()

From: David Miller
Date: Thu Oct 26 2017 - 23:10:21 EST


From: Kees Cook <keescook@xxxxxxxxxxxx>
Date: Wed, 25 Oct 2017 03:53:12 -0700

> 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.
>
> Cc: Realtek linux nic maintainers <nic_swsd@xxxxxxxxxxx>
> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
> Cc: David Howells <dhowells@xxxxxxxxxx>
> Cc: Jay Vosburgh <jay.vosburgh@xxxxxxxxxxxxx>
> Cc: Allen Pais <allen.lkml@xxxxxxxxx>
> Cc: Eric Dumazet <edumazet@xxxxxxxxxx>
> Cc: Tobias Klauser <tklauser@xxxxxxxxxx>
> Cc: netdev@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

Applied.