Re: [PATCH v2 2/4] crypto: mcryptd - Fix load failure

2016-02-01 Thread Herbert Xu
On Wed, Jan 27, 2016 at 05:08:36PM +0800, Rui Wang wrote: > mcryptd_create_hash() fails by returning -EINVAL, causing any > driver using mcryptd to fail to load. It is because it needs > to set its statesize properly. > > Signed-off-by: Rui Wang Applied. -- Email: Herbert Xu Home Page: http://

[PATCH v2 2/4] crypto: mcryptd - Fix load failure

2016-01-27 Thread Rui Wang
mcryptd_create_hash() fails by returning -EINVAL, causing any driver using mcryptd to fail to load. It is because it needs to set its statesize properly. Signed-off-by: Rui Wang --- crypto/mcryptd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/mcryptd.c b/crypto/mcryptd.c index f78