[PATCH] crypto: jitterentropy - remove timekeeping_valid_for_hres

2015-05-27 Thread Stephan Mueller
The patch removes the use of timekeeping_valid_for_hres which is now marked as internal for the time keeping subsystem. The jitterentropy does not really require this verification as a coarse timer (when random_get_entropy is absent) is discovered by the initialization test of jent_entropy_init,

Re: [PATCH] crypto: jitterentropy - remove timekeeping_valid_for_hres

2015-05-27 Thread Herbert Xu
On Wed, May 27, 2015 at 01:50:12PM +0200, Stephan Mueller wrote: The patch removes the use of timekeeping_valid_for_hres which is now marked as internal for the time keeping subsystem. The jitterentropy does not really require this verification as a coarse timer (when random_get_entropy is