On Thu, 2017-10-05 at 10:39 -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. This requires adding a pointer > back > to the sta_info since container_of() can't resolve the sta_info. > Applied, thanks. (The change did land in net-next, and I merged that in to merge this) johannes