[PATCH 0/5] crypto: arm - enable module autoloading
Ard Biesheuvel
ard.biesheuvel at linaro.org
Sun May 21 03:23:35 PDT 2017
Now that the prerequisite changes are in place, we can modify the
various accelerated crypto modules that use special instructions to
expose the CPU feature they depend on. This allows udev to autoload
the module at boot.
Ard Biesheuvel (5):
crypto: arm/aes-ce - enable module autoloading based on CPU feature
bits
crypto: arm/ghash-ce - enable module autoloading based on CPU feature
bits
crypto: arm/sha1-ce - enable module autoloading based on CPU feature
bits
crypto: arm/sha2-ce - enable module autoloading based on CPU feature
bits
crypto: arm/crc32 - enable module autoloading based on CPU feature
bits
arch/arm/crypto/aes-ce-glue.c | 6 ++----
arch/arm/crypto/crc32-ce-glue.c | 6 ++++++
arch/arm/crypto/ghash-ce-glue.c | 6 ++----
arch/arm/crypto/sha1-ce-glue.c | 5 ++---
arch/arm/crypto/sha2-ce-glue.c | 5 ++---
5 files changed, 14 insertions(+), 14 deletions(-)
--
2.7.4
More information about the linux-arm-kernel
mailing list