Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1492747
| From | Marcelo Cerri <marcelo.cerri@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption |
| Date | 2016-09-28 18:50 +0200 |
| Message-ID | <smqds-Mt-31@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Marcelo Cerri <marcelo.cerri@canonical.com> - 2016-09-28 18:50 +0200
[PATCH 1/3] crypto: ghash-generic - move common definitions to a new header file Marcelo Cerri <marcelo.cerri@canonical.com> - 2016-09-28 18:50 +0200
[PATCH 2/3] crypto: vmx - Fix memory corruption caused by p8_ghash Marcelo Cerri <marcelo.cerri@canonical.com> - 2016-09-28 18:50 +0200
Re: [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Anton Blanchard <anton@samba.org> - 2016-09-28 23:00 +0200
Re: [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Herbert Xu <herbert@gondor.apana.org.au> - 2016-10-02 16:50 +0200
Re: [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Marcelo Cerri <marcelo.cerri@canonical.com> - 2016-10-03 14:10 +0200
Re: [PATCH 0/3] Fix crypto/vmx/p8_ghash memory corruption Herbert Xu <herbert@gondor.apana.org.au> - 2016-10-02 16:50 +0200
csiph-web