Kees Cook keescook@chromium.org 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.
Reviewed and applied to drm-misc-next. Thanks!