Merge tag 'v3.10.92' into update

This is the 3.10.92 stable release
This commit is contained in:
Stricted
2018-03-21 22:49:35 +01:00
20 changed files with 71 additions and 42 deletions
+2 -1
View File
@@ -462,7 +462,8 @@ static int ahash_prepare_alg(struct ahash_alg *alg)
struct crypto_alg *base = &alg->halg.base;
if (alg->halg.digestsize > PAGE_SIZE / 8 ||
alg->halg.statesize > PAGE_SIZE / 8)
alg->halg.statesize > PAGE_SIZE / 8 ||
alg->halg.statesize == 0)
return -EINVAL;
base->cra_type = &crypto_ahash_type;