On Sat, 16 Jan 2021 at 18:27, Ard Biesheuvel <a...@kernel.org> wrote: > > On Sat, 16 Jan 2021 at 18:24, Diederik de Haas <didi.deb...@cknow.org> wrote: > > > > On zaterdag 16 januari 2021 10:42:19 CET Ard Biesheuvel wrote: > > > Please enable CONFIG_CRYPTO_NHPOLY1305_NEON as a module for arm64 builds > > > > Is there a reason why it shouldn't be included in armhf builds? If not, then > > I'd like to see it enabled there too. > > (And possibly in linux-image-rpi on armel as well?) > > Agreed for armhf, assuming CONFIG_CRYPTO_ADIANTUM is already enabled > on those platforms too. For armel, it depends on whether kernel mode > NEON is already enabled in the first place.
This is enabled now for armhf but not for arm64: linux-signed-arm64 (5.10.9+1) unstable; urgency=medium ... * [arm] Enable CRYPTO_NHPOLY1305_NEON. (closes: #980214)