On 2017-10-24 at 11:59:56 +0200, Kees Cook <keesc...@chromium.org> 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: Tobias Klauser <tklau...@distanz.ch> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Jiri Slaby <jsl...@suse.com> > Cc: linux-ser...@vger.kernel.org > Cc: nios2-...@lists.rocketboards.org > Signed-off-by: Kees Cook <keesc...@chromium.org>
Acked-by: Tobias Klauser <tklau...@distanz.ch> Thank you