Re: [PATCH v3 0/3] crypto: drbg - revamp locking

2015-04-19 Thread Herbert Xu
On Sun, Apr 19, 2015 at 05:35:23PM +0200, Stephan Mueller wrote: > > Thanks -- can you please push your tree? There is one more mutex_init > missing: > in drbg_healthcheck. I've got that fixed in my tree already but yes I will push it soon once my test is complete. Cheers, -- Email: Herbert Xu

Re: [PATCH v3 0/3] crypto: drbg - revamp locking

2015-04-19 Thread Stephan Mueller
Am Sonntag, 19. April 2015, 13:49:31 schrieb Herbert Xu: Hi Herbert, > On Sat, Apr 18, 2015 at 07:35:11PM +0200, Stephan Mueller wrote: > > Hi, > > > > the current implementation of the DRBG generates a shadow copy of its > > DRBG state for each incoming request. The idea is that only a short >

Re: [PATCH v3 0/3] crypto: drbg - revamp locking

2015-04-18 Thread Herbert Xu
On Sat, Apr 18, 2015 at 07:35:11PM +0200, Stephan Mueller wrote: > Hi, > > the current implementation of the DRBG generates a shadow copy of its > DRBG state for each incoming request. The idea is that only a short > term lock is needed to spawn the shadow copy. The drawback is that > if multiple