]> www.infradead.org Git - users/jedix/linux-maple.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)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Wed, 13 Sep 2017 21:21:35 +0000 (14:21 -0700)
commitf09478c85e33aa66675ce03b170faa4418e9aa68
tree361f0cd9202abd9f9f93e7e3b30a2e3d94b41b06
parent548229d5f66cfef3d0370d72fe5fd888c117a65d
crypto: jitterentropy - remove timekeeping_valid_for_hres

Orabug: 26330509

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>
(cherry picked from commit cf58fcb1bea9e0fcf3447bdb959ef5bcd22cfbcb)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
crypto/jitterentropy.c