[bug] crypto/vmx/p8_ghash memory corruption in 4.8-rc7

Jan Stancek jstancek at redhat.com
Tue Sep 27 03:50:04 AEST 2016




----- Original Message -----
> From: "Marcelo Cerri" <marcelo.cerri at canonical.com>
> To: "Jan Stancek" <jstancek at redhat.com>
> Cc: "rui y wang" <rui.y.wang at intel.com>, herbert at gondor.apana.org.au, mhcerri at linux.vnet.ibm.com,
> leosilva at linux.vnet.ibm.com, pfsmorigo at linux.vnet.ibm.com, linux-crypto at vger.kernel.org,
> linuxppc-dev at lists.ozlabs.org, linux-kernel at vger.kernel.org
> Sent: Monday, 26 September, 2016 4:15:10 PM
> Subject: Re: [bug] crypto/vmx/p8_ghash memory corruption in 4.8-rc7
> 
> Hi Jan,
> 
> Just out of curiosity, have you tried to use "76" on both values to
> check if the problem still happens?

I did, I haven't seen any panics with such patch:

@@ -211,7 +212,7 @@ struct shash_alg p8_ghash_alg = {
        .update = p8_ghash_update,
        .final = p8_ghash_final,
        .setkey = p8_ghash_setkey,
-       .descsize = sizeof(struct p8_ghash_desc_ctx),
+       .descsize = sizeof(struct p8_ghash_desc_ctx) + 20,
        .base = {
                 .cra_name = "ghash",
                 .cra_driver_name = "p8_ghash",


More information about the Linuxppc-dev mailing list