[PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption

From: Marcelo Cerri
Date: Wed Sep 28 2016 - 12:42:47 EST


This series fixes the memory corruption found by Jan Stancek in 4.8-rc7. The
problem however also affects previous versions of the driver.

Marcelo Cerri (3):
crypto: ghash-generic - move common definitions to a new header file
crypto: vmx - Fix memory corruption caused by p8_ghash
crypto: vmx - Ensure ghash-generic is enabled

crypto/ghash-generic.c | 13 +------------
drivers/crypto/vmx/Kconfig | 2 +-
drivers/crypto/vmx/ghash.c | 31 ++++++++++++++++---------------
include/crypto/ghash.h | 23 +++++++++++++++++++++++
4 files changed, 41 insertions(+), 28 deletions(-)
create mode 100644 include/crypto/ghash.h

--
2.7.4