]> git.karo-electronics.de Git - linux-beck.git/commit
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
authorSalvatore Benedetto <salvatore.benedetto@intel.com>
Fri, 13 Jan 2017 11:54:08 +0000 (11:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 07:08:26 +0000 (08:08 +0100)
commitb04a39f88cedc1bce345b458e8a9309ce8a2d1ba
tree32e03d4b72aa4f06b47d9b2bbd3bc2e055fddcfe
parent2eb8f7c4225a90f3266194535adc46b41dfc59e5
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

commit d6040764adcb5cb6de1489422411d701c158bb69 upstream.

Make sure CRYPTO_ALG_DEAD bit is cleared before proceeding with
the algorithm registration. This fixes qat-dh registration when
driver is restarted

Signed-off-by: Salvatore Benedetto <salvatore.benedetto@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/algapi.c