]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerJiri Slaby <jslaby@suse.cz>
Thu, 16 Feb 2017 10:44:34 +0000 (11:44 +0100)
commit913feded8b0f55cf183eaffba3eb15d7dd179749
tree5e5997f203f6f86f2c0087aac9d4f331ee848be6
parent444642dc04aa5de123c9c2e16ec352e08e9ee458
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: Jiri Slaby <jslaby@suse.cz>
crypto/algapi.c