Sorry, I sent this one but forgot that timer_setup_on_stack() is in -next only. If it's okay, I can carry it in the timers tree.
Thanks! -Kees On Tue, Oct 24, 2017 at 12:27 PM, Felipe Balbi <[email protected]> wrote: > Kees Cook <[email protected]> writes: > >> 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. Also adds missing call to >> destroy_timer_on_stack(); >> >> Cc: Greg Kroah-Hartman <[email protected]> >> Cc: Felipe Balbi <[email protected]> >> Cc: Alan Stern <[email protected]> >> Cc: "Gustavo A. R. Silva" <[email protected]> >> Cc: [email protected] >> Signed-off-by: Kees Cook <[email protected]> > > Acked-by: Felipe Balbi <[email protected]> > > -- > balbi -- Kees Cook Pixel Security

