Re: [PATCH] arm: pxa: Convert timers to use timer_setup()
From: Robert Jarzmik
Date: Tue Oct 17 2017 - 13:48:24 EST
Kees Cook <keescook@xxxxxxxxxxxx> 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. Adds a static variable to hold the
> interrupt private data pointer.
>
> Cc: Daniel Mack <daniel@xxxxxxxxxx>
> Cc: Haojian Zhuang <haojian.zhuang@xxxxxxxxx>
> Cc: Robert Jarzmik <robert.jarzmik@xxxxxxx>
> Cc: Russell King <linux@xxxxxxxxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
Applied to pxa/for-next tree, thanks.
--
Robert