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 <herb...@gondor.apana.org.au> > Cc: Jesper Nilsson <jesper.nils...@axis.com> > Cc: Lars Persson <lars.pers...@axis.com> > Cc: Niklas Cassel <niklas.cas...@axis.com> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Jamie Iles <ja...@jamieiles.com> > Cc: linux-arm-ker...@axis.com > Cc: linux-crypto@vger.kernel.org > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Kees Cook <keesc...@chromium.org> > ---
Acked-by: Jamie Iles <ja...@jamieiles.com> Thanks, Jamie