On Mon, Jun 15, 2015 at 04:52:56PM -0700, Victoria Milhoan wrote: > From: Steve Cornelius <steve.cornelius@xxxxxxxxxxxxx> > > Multiple function in asynchronous hashing use a saved-state block, > a.k.a. struct caam_hash_state, which holds a stash of information > between requests (init/update/final). Certain values in this state > block are loaded for processing using an inline-if, and when this > is done, the potential for uninitialized data can pose conflicts. > Therefore, this patch improves initialization of state data to > prevent false assignments using uninitialized data in the state block. Applied to crypto with stable CC. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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