Re: [PATCH]: fix repetition test for hardware RNG to be FIPS compliant

2009-09-13 Thread Neil Horman
On Sun, Sep 13, 2009 at 02:17:34PM +0200, Sebastian Andrzej Siewior wrote: > * Neil Horman | 2009-09-12 12:44:11 [-0400]: > > >diff --git a/drivers/char/random.c b/drivers/char/random.c > >index d8a9255..6700248 100644 > >--- a/drivers/char/random.c > >+++ b/drivers/char/random.c > >@@ -399,6 +399

Re: [PATCH]: fix repetition test for hardware RNG to be FIPS compliant

2009-09-13 Thread Sebastian Andrzej Siewior
* Neil Horman | 2009-09-12 12:44:11 [-0400]: >diff --git a/drivers/char/random.c b/drivers/char/random.c >index d8a9255..6700248 100644 >--- a/drivers/char/random.c >+++ b/drivers/char/random.c >@@ -399,6 +399,12 @@ module_param(debug, bool, 0644); > * storing entropy in an entropy pool. > * >