Re: Updated scalable urandom patchkit
[Posted October 21, 2015 by jake]
| From: |
| Andi Kleen <andi-AT-firstfloor.org> |
| To: |
| George Spelvin <linux-AT-horizon.com> |
| Subject: |
| Re: Updated scalable urandom patchkit |
| Date: |
| Wed, 21 Oct 2015 13:47:35 +0200 |
| Message-ID: |
| <20151021114735.GL3533@two.firstfloor.org> |
| Cc: |
| ahferroin7-AT-gmail.com, andi-AT-firstfloor.org, jepler-AT-unpythonic.net, linux-kernel-AT-vger.kernel.org, linux-AT-rasmusvillemoes.dk, tytso-AT-mit.edu |
| Archive‑link: | |
Article |
On Wed, Oct 21, 2015 at 04:27:43AM -0400, George Spelvin wrote:
> After having worked out the basics of a non-blocking /dev/urandom read,
> (patches poated; I'm hoping someone will comment on them!), I need to
> work out the crypto.
Can we just use my multi pool patch for now? It works and is actually scalable
and does not require any new "cryptographic research" or other risks.
The main concern I heard was code size. I addressed this in the latest
version by making the new code depend on CONFIG_NUMA, which is generally
not set on small systems.
-Andi