Re: Patch: cprng_fast performance - please review.
Thor Lancelot Simon <[email protected]> Wed, 16 Apr 2014 22:31:16 -0400
| Newsgroups | gmane.os.netbsd.devel.crypto,gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 16, 2014 at 09:52:22PM -0400, Thor Lancelot Simon wrote: > > Attached is a patch which makes cprng_fast per-CPU and lockless. *IT IS NOT > WELL TESTED YET (I haven't even run test vectors) AND IS ONLY FOR REVIEW.* > The diff is against the head of the tls-earlyentropy branch. Taylor pointed out a missing percpu_putref(), so that's fixed, at least. Thor