]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: jitterentropy - remove timekeeping_valid_for_hres
authorStephan Mueller <smueller@chronox.de>
Wed, 27 May 2015 11:50:12 +0000 (13:50 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:21 +0000 (11:23 +0800)
commit4e86e9d70fc8ce53466cd73ab05948d8261f09f4
tree5c3aabdde99e642b04e158b08ecd0c3184b458da
parent827f2238f695622f5608b7c87433b723e3a75c83
crypto: jitterentropy - remove timekeeping_valid_for_hres

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, which would cause the jitter rng to not load in
that case.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/jitterentropy.c