Re: [PATCH] drivers/crypto: Convert timers to use timer_setup()

From: Lars Persson
Date: Thu Oct 26 2017 - 10:24:34 EST




On 10/25/2017 12:18 PM, 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.

Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Cc: Jesper Nilsson <jesper.nilsson@xxxxxxxx>
Cc: Lars Persson <lars.persson@xxxxxxxx>
Cc: Niklas Cassel <niklas.cassel@xxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: Jamie Iles <jamie@xxxxxxxxxxxxx>
Cc: linux-arm-kernel@xxxxxxxx
Cc: linux-crypto@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

For drivers/crypto/axis:
Acked-by: Lars Persson <lars.persson@xxxxxxxx>

Thanks,
Lars