]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: algapi - Fix hang on crypto allocation
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 27 Jun 2012 11:31:01 +0000 (13:31 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 12:59:12 +0000 (20:59 +0800)
commitc43a3fbb9f97e134e973e98b81e796db27292e67
treef13c222b9521a40c089dc76d6a330752b590a4b9
parent4b10f42f86a61afcd800de010952755849ec9492
crypto: algapi - Fix hang on crypto allocation

git commit 19c5d4151 (crypto: algapi - Move larval completion
into algboss) replaced accidentally a call to complete_all() by
a call to complete(). This causes a hang on crypto allocation
if we have more than one larval waiter. This pach restores the
call to complete_all().

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algboss.c