Re: [PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

2017-02-01 Thread Herbert Xu
On Mon, Jan 23, 2017 at 05:06:34PM +, Benedetto, Salvatore wrote: > > I forgot to add CC stable to it. > > This error was introduced in 4.8 and so I think it should go into stable 4.8 > and 4.9. > > Should I resend or can you add that? I had added it when applying the patch. Cheers, -- E

RE: [PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

2017-01-23 Thread Benedetto, Salvatore
: [PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before > registering an alg > > On Fri, Jan 13, 2017 at 11:54:08AM +, Salvatore Benedetto wrote: > > Make sure CRYPTO_ALG_DEAD bit is cleared before proceeding with the > > algorithm registration. This fixes qat-dh

Re: [PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

2017-01-23 Thread Herbert Xu
On Fri, Jan 13, 2017 at 11:54:08AM +, Salvatore Benedetto wrote: > 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 Patch applied. Thanks. -- Email:

[PATCH] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg

2017-01-13 Thread Salvatore Benedetto
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 --- crypto/algapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/algapi.c b/crypto/algapi.c index d