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

2017-11-03 Thread Herbert Xu
On Wed, Oct 25, 2017 at 03:18:42AM -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.
> 
> Cc: Herbert Xu 
> Cc: Jesper Nilsson 
> Cc: Lars Persson 
> Cc: Niklas Cassel 
> Cc: "David S. Miller" 
> Cc: Jamie Iles 
> Cc: linux-arm-ker...@axis.com
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-arm-ker...@lists.infradead.org
> Signed-off-by: Kees Cook 

Patch applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


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

2017-10-26 Thread Lars Persson



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 
Cc: Jesper Nilsson 
Cc: Lars Persson 
Cc: Niklas Cassel 
Cc: "David S. Miller" 
Cc: Jamie Iles 
Cc: linux-arm-ker...@axis.com
Cc: linux-crypto@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
Signed-off-by: Kees Cook 


For drivers/crypto/axis:
Acked-by: Lars Persson 

Thanks,
 Lars



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

2017-10-26 Thread Jamie Iles
On Wed, Oct 25, 2017 at 03:18:42AM -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.
> 
> Cc: Herbert Xu 
> Cc: Jesper Nilsson 
> Cc: Lars Persson 
> Cc: Niklas Cassel 
> Cc: "David S. Miller" 
> Cc: Jamie Iles 
> Cc: linux-arm-ker...@axis.com
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-arm-ker...@lists.infradead.org
> Signed-off-by: Kees Cook 
> ---

Acked-by: Jamie Iles 

Thanks,

Jamie