linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption
@ 2016-09-28 16:42 Marcelo Cerri
  2016-09-28 16:42 ` [PATCH 1/3] crypto: ghash-generic - move common definitions to a new header file Marcelo Cerri
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Marcelo Cerri @ 2016-09-28 16:42 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu
  Cc: David S. Miller, Paulo Flabiano Smorigo, Leonidas S. Barbosa,
	linuxppc-dev, linux-kernel, Benjamin Herrenschmidt,
	Paul Mackerras, Michael Ellerman, George Wilson, Marcelo Cerri

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-10-03 12:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 16:42 [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Marcelo Cerri
2016-09-28 16:42 ` [PATCH 1/3] crypto: ghash-generic - move common definitions to a new header file Marcelo Cerri
2016-09-28 16:42 ` [PATCH 2/3] crypto: vmx - Fix memory corruption caused by p8_ghash Marcelo Cerri
2016-09-28 16:42 ` [PATCH 3/3] crypto: vmx - Ensure ghash-generic is enabled Marcelo Cerri
2016-09-28 20:59 ` [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Anton Blanchard
2016-10-02 14:40   ` Herbert Xu
2016-10-03 12:08     ` Marcelo Cerri
2016-10-02 14:40 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).