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

2018-05-31 Thread Steven Rostedt
On Mon, 28 May 2018 11:46:41 +1000 "Tobin C. Harding" 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

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

2018-05-31 Thread Steven Rostedt
On Mon, 28 May 2018 11:46:41 +1000 "Tobin C. Harding" 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

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

2018-05-27 Thread Tobin C. Harding
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) Suggested-by: Kees Cook

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

2018-05-27 Thread Tobin C. Harding
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) Suggested-by: Kees Cook Signed-off-by: Tobin C. Harding ---