On Mon, Oct 16, 2017 at 05:29:38PM -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. > > Cc: Wei Liu <wei.l...@citrix.com> > Cc: Paul Durrant <paul.durr...@citrix.com> > Cc: xen-de...@lists.xenproject.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook <keesc...@chromium.org>
Acked-by: Wei Liu <wei.l...@citrix.com>