From: Kees Cook
Date: Thu, 26 Oct 2017 22:55:20 -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: Saeed Mahameed
> Cc: Matan Barak
> C
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: Saeed Mahameed
Cc: Matan Barak
Cc: Leon Romanovsky
Cc: netdev@vger.kernel.org
Cc: linux-r...@vger.ker