Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information