Re: [PATCH v7 3/4] vsprintf: Use hw RNG for ptr_key

From: Tobin C. Harding
Date: Tue Jun 12 2018 - 17:41:56 EST


On Tue, Jun 12, 2018 at 02:44:58PM -0400, Steven Rostedt wrote:
> On Tue, 12 Jun 2018 10:39:13 +1000
> "Tobin C. Harding" <me@xxxxxxxx> wrote:
>
> > Currently we must wait for enough entropy to become available before
> > hashed pointers can be printed. We can remove this wait by using the
> > hw RNG if available.
> >
> > Use hw RNG to get keying material.
> >
> > Cc: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
>
> Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

Thanks for reviewing this patch again Steve. My mistake, I forgot to
add your reviewed-by from the last version.

thanks for your patience.

Tobin