]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: sa2ul - Fix AEAD fallback algorithm names
authorT Pratham <t-pratham@ti.com>
Wed, 15 Apr 2026 14:36:58 +0000 (20:06 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 16 Apr 2026 09:29:40 +0000 (17:29 +0800)
commit8451ab6ad686ffdcdf9ddadaa446a79ab48e5590
tree81765d01a89c0d47a5c29558d1ca3c34d4813c41
parent1f48ad3b19a9dfc947868edda0bb8e48e5b5a8fa
crypto: sa2ul - Fix AEAD fallback algorithm names

For authenc AEAD algorithms, sa2ul is trying to register very specific
-ce version as a fallback. This causes registration failure on SoCs
which do not have ARMv8-CE enabled/available. Change the fallback
algorithm from the specific driver name to generic algorithm name so
that the kernel can allocate any available fallback.

Fixes: d2c8ac187fc92 ("crypto: sa2ul - Add AEAD algorithm support")
Signed-off-by: T Pratham <t-pratham@ti.com>
Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sa2ul.c