On Sat, 26 Apr 2025 at 08:51, Eric Biggers <ebigg...@kernel.org> wrote: > > From: Eric Biggers <ebigg...@google.com> > > 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 <ebigg...@google.com> > --- > arch/arm64/crypto/sha256-glue.c | 19 ++----------------- > 1 file changed, 2 insertions(+), 17 deletions(-) >
Reviewed-by: Ard Biesheuvel <a...@kernel.org>