From: Herbert Xu Date: Mon, 20 Apr 2015 03:26:48 +0000 (+0800) Subject: crypto: drbg - Initialise mutex in drbg_healthcheck_sanity X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11a754813e28dbfab63a23ae8fd22e9198489e1;p=pandora-kernel.git crypto: drbg - Initialise mutex in drbg_healthcheck_sanity As we moved the mutex init out of drbg_instantiate and into cra_init we need to explicitly initialise the mutex in drbg_healthcheck_sanity. Signed-off-by: Herbert Xu Acked-by: Stephan Mueller --- diff --git a/crypto/drbg.c b/crypto/drbg.c index 30ec2a624b70..57fd479b8f77 100644 --- a/crypto/drbg.c +++ b/crypto/drbg.c @@ -1741,6 +1741,8 @@ static inline int __init drbg_healthcheck_sanity(void) if (!drbg) return -ENOMEM; + mutex_init(&drbg->drbg_mutex); + /* * if the following tests fail, it is likely that there is a buffer * overflow as buf is much smaller than the requested or provided