Re: [PATCH 1/4] random: replace non-blocking pool with a Chacha20-based CRNG

From: Theodore Ts'o
Date: Wed May 04 2016 - 21:10:21 EST


On Wed, May 04, 2016 at 10:28:24PM +0200, Stephan Mueller wrote:
> > +out:
> > + spin_unlock_irqrestore(&primary_crng.lock, flags);
> > + return ret;
>
> Where did you add the memzero_explict of tmp?

Oops, sorry, somehow that change got lost in the patch updates. Fixed now.

- Ted