Re: [linus:master] [crypto] 203a6763ab: Kernel_panic-not_syncing:Certs_selftest#:pkcs7_verify()=

From: Eric Biggers
Date: Mon Apr 22 2024 - 17:14:12 EST


On Mon, Apr 22, 2024 at 04:05:34PM +0800, kernel test robot wrote:
> [ 235.998172][ T1] Kernel panic - not syncing: Certs selftest 0: pkcs7_verify() = -65

Thanks! The problem is that CONFIG_FIPS_SIGNATURE_SELFTEST is missing
dependencies on the algorithms it uses.
https://lore.kernel.org/r/20240422211041.322370-1-ebiggers@xxxxxxxxxx fixes
this.

- Eric