commit | 88407a39b5169889fe95a9355891b98437aa3e50 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 21 16:55:15 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 23 18:29:53 2016 +0800 |
tree | b58640d3876d25548de8a1edd14c832a558fbf44 | |
parent | 38b2f68b426429c06cdf2ae5c8a89371524db203 [diff] |
crypto: ablk_helper - Fix cryptd reordering This patch fixes an old bug where requests can be reordered because some are processed by cryptd while others are processed directly in softirq context. The fix is to always postpone to cryptd if there are currently requests outstanding from the same tfm. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>