[PATCH 0/2] crypto: vmx - fix vmx failures by changing fallback to skcipher

Paulo Flabiano Smorigo pfsmorigo at linux.vnet.ibm.com
Thu Feb 23 04:58:20 AEDT 2017


Currently, neither cbc or xts are working with upstream kernel due to a failure
in the fallback allocation. This can be fixed by changing the fallback to
skcipher.

Paulo Flabiano Smorigo (2):
  crypto: vmx - Use skcipher for cbc fallback
  crypto: vmx - Use skcipher for xts fallback

 drivers/crypto/vmx/aes_cbc.c | 41 ++++++++++++++++++++---------------------
 drivers/crypto/vmx/aes_xts.c | 32 ++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 35 deletions(-)

-- 
2.9.3



More information about the Linuxppc-dev mailing list