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 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html