On Tue, Oct 10, 2017 at 11:25:22AM -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: Johan Hovold <jo...@kernel.org> > Cc: Allen Pais <allen.l...@gmail.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: linux-...@vger.kernel.org > Signed-off-by: Kees Cook <keesc...@chromium.org>
Applied for -next, thanks. Johan