Re: [PATCH] crypto: jitterentropy - change back to module_init()

2021-04-19 Thread Eric Biggers
On Mon, Apr 19, 2021 at 04:16:13AM +, Mothershead, Hailey wrote: > Hello, >   > The patch quoted below causes the kernel to panic when fips is enabled with: >  >alg: ecdh: test failed on vector 2, err=-14 >Kernel panic - not syncing: alg: self-tests for ecdh-generic (ecd

RE: [PATCH] crypto: jitterentropy - change back to module_init()

2021-04-18 Thread Mothershead, Hailey
Hello,   The patch quoted below causes the kernel to panic when fips is enabled with:   alg: ecdh: test failed on vector 2, err=-14 Kernel panic - not syncing: alg: self-tests for ecdh-generic (ecdh) failed in fips mode!   This test fails because jitterentropy hasn’t been init

Re: [PATCH] crypto: jitterentropy - change back to module_init()

2019-05-30 Thread Herbert Xu
On Tue, May 21, 2019 at 11:46:22AM -0700, Eric Biggers wrote: > From: Eric Biggers > > "jitterentropy_rng" doesn't have any other implementations, nor is it > tested by the crypto self-tests. So it was unnecessary to change it to > subsys_initcall. Also it depends on the main clocksource being

Re: [PATCH] crypto: jitterentropy - change back to module_init()

2019-05-22 Thread Geert Uytterhoeven
On Tue, May 21, 2019 at 8:46 PM Eric Biggers wrote: > From: Eric Biggers > > "jitterentropy_rng" doesn't have any other implementations, nor is it > tested by the crypto self-tests. So it was unnecessary to change it to > subsys_initcall. Also it depends on the main clocksource being > initiali