Re: Kernel panic, CONFIG_FIPS_SIGNATURE_SELFTEST, missing dependency
Randy Dunlap <[email protected]> Tue, 4 Apr 2023 20:15:12 -0700
| Newsgroups | dev.linux.lists.bugs,org.kernel.vger.linux-crypto,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
[adding linux-crypto and dhowells] On 4/3/23 23:17, Kernel.org Bugbot wrote: > o6irnndpcv7 writes via Kernel.org Bugzilla: > > Hi Randy! > > I submitted an example config. > That config works fine for me, until I set: > > CONFIG_FIPS_SIGNATURE_SELFTEST=y > > And it starts working well again if I set: > > CONFIG_FIPS_SIGNATURE_SELFTEST=y > CONFIG_CRYPTO_SHA256=y > > That's why I think it is related to FIPS_SIGNATURE_SELFTEST. > > > Thanks, > sephora > > View: https://bugzilla.kernel.org/show_bug.cgi?id=217293#c6 > You can reply to this message to join the discussion. I'm not making any progress on this bug, so asking others for help. Is there anything in the FIPS_SIGNATURE_SELFTEST code (selftest.c) or code that it calls that requires CRYPTO_SHA256? -- ~Randy