Re: [PATCH -v2 03/26] x86: pageattr-test: remove srandom32 call

2013-01-04 Thread Akinobu Mita
2013/1/4 H. Peter Anvin : > On 01/03/2013 04:18 AM, Akinobu Mita wrote: >> >> pageattr-test calls srandom32() once every test iteration. >> But calling srandom32() after late_initcalls is not meaningfull. >> Because the random states for random32() is mixed by good random numbers >> in late_initcal

Re: [PATCH -v2 03/26] x86: pageattr-test: remove srandom32 call

2013-01-03 Thread H. Peter Anvin
On 01/03/2013 04:18 AM, Akinobu Mita wrote: pageattr-test calls srandom32() once every test iteration. But calling srandom32() after late_initcalls is not meaningfull. Because the random states for random32() is mixed by good random numbers in late_initcall prandom_reseed(). So this removes the