Re: [PATCH 0/2] Automatically load the vmx_crypto module if supported
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-14 03:35:07
Also in:
linux-crypto, lkml
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-14 03:35:07
Also in:
linux-crypto, lkml
On Wed, Jul 13, 2016 at 03:54:59PM +1000, Alastair D'Silva wrote:
On Wed, 2016-07-13 at 15:47 +1000, alastair@au1.ibm.com wrote:quoted
From: Alastair D'Silva <redacted>quoted
This series allows the vmx_crypto module to be detected andautomatically loaded via UDEV if the CPU supports the vector crypto feature.quoted
Alastair D'Silva (2):powerpc: Add module autoloading based on CPU features crypto: vmx - Convert to CPU feature based module autoloadingquoted
arch/powerpc/Kconfig | 1 +arch/powerpc/include/asm/cpufeature.h | 70 +++++++++++++++++++++++++++++++++++ drivers/crypto/vmx/Kconfig | 2 +- drivers/crypto/vmx/vmx.c | 6 +-- 4 files changed, 74 insertions(+), 5 deletions(-) create mode 100644 arch/powerpc/include/asm/cpufeature.hPlease ignore the following: [PATCH 1/2] Allow drivers to be autoloaded. [PATCH 2/2] Automatically load the vmx_crypto module if supported.
Do you want to repost the series? Balbir