From: Kees Cook <keesc...@chromium.org> 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_s...@realtek.com> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: David Howells <dhowe...@redhat.com> > Cc: Jay Vosburgh <jay.vosbu...@canonical.com> > Cc: Allen Pais <allen.l...@gmail.com> > Cc: Eric Dumazet <eduma...@google.com> > Cc: Tobias Klauser <tklau...@distanz.ch> > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook <keesc...@chromium.org> Applied.