Re: [PATCH v3 5/7] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-12 21:08:11
Also in:
linux-crypto
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-05-12 21:08:11
Also in:
linux-crypto
On Wed, May 12, 2021 at 08:44:37PM +0200, Ard Biesheuvel wrote:
Calls into the skcipher API can only occur from contexts where the SIMD unit is available, so there is no need for the SIMD helper. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
It would be helpful if the commit message made it clear that "Calls into the skcipher API can only occur from contexts where the SIMD unit is available" is something that is now the case but wasn't the case previously. Otherwise I could see people backporting this patch without its prerequisites. Likewise for some of the other patches in this patchset. - Eric _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel