On Do, 2022-03-17 at 10:55 +1200, Herbert Xu wrote: > On Wed, Mar 16, 2022 at 05:37:19PM +0100, Uwe Kleine-König wrote: > > > > # CONFIG_CRYPTO_CBC is not set > > This was the issue. The failure occurs on registering __cbc_aes > and the reason is that the neonbs cbc-aes requirs a fallback which > isn't available due to CBC being disabled. > > I have no idea why this started occurring only with the testmgr > change though as this should have been fatal all along. I think this always failed and nobody that actually had CRYPTO_AES or CRYPTO_CBC disabled noticed that aes-neonbs-cbc did not register. What commit adad556efcdd caused was allowing the error path in late_initcall(aes_init) to be hit before late_initcall(crypto_algapi_init) would start the tests. regards Philipp