On Friday, December 1, 2017 11:47:55 AM CET Sven Eckelmann wrote:
From: Kees Cook keescook@chromium.org
This converts all remaining cases of the old setup_timer() API into using timer_setup(), where the callback argument is the structure already holding the struct timer_list. These should have no behavioral changes, since they just change which pointer is passed into the callback with the same available pointers after conversion.
Signed-off-by: Kees Cook keescook@chromium.org [sven@narfation.org: removed spatch and examples, added compat code] Signed-off-by: Sven Eckelmann sven@narfation.org
Picked this series up into 295ef829 and 258e419d
Thank you! Simon