On Wed, Oct 28, 2020 at 11:03:20AM +0200, Horia Geantă wrote: > Loading the module deadlocks since: > -local cbc(aes) implementation needs a fallback and > -crypto API tries to find one but the request_module() resolves back to > the same module > > Fix this by changing the module alias for cbc(aes) and > using the NEED_FALLBACK flag when requesting for a fallback algorithm. > > Fixes: 00b99ad2bac2 ("crypto: arm/aes-neonbs - Use generic cbc encryption > path") > Signed-off-by: Horia Geantă <horia.gea...@nxp.com> > --- > arch/arm/crypto/aes-neonbs-glue.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt