On Wed, 25 Oct 2017 03:51:38 -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: Jakub Kicinski <jakub.kicin...@netronome.com> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Jiri Pirko <j...@mellanox.com> > Cc: Jamal Hadi Salim <j...@mojatatu.com> > Cc: Simon Horman <simon.hor...@netronome.com> > Cc: oss-driv...@netronome.com > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook <keesc...@chromium.org>
Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com>