Re: [PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic

From: Ard Biesheuvel
Date: Sat Apr 26 2025 - 05:07:58 EST


On Sat, 26 Apr 2025 at 08:51, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> Since kernel-mode NEON sections are now preemptible on arm64, there is
> no longer any need to limit the length of them.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
> arch/arm64/crypto/sha256-glue.c | 19 ++-----------------
> 1 file changed, 2 insertions(+), 17 deletions(-)
>

Reviewed-by: Ard Biesheuvel <ardb@xxxxxxxxxx>