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>