diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2020-07-31 10:03:50 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-08-21 07:45:27 +0300 |
commit | cbdad1f246dd98e6c9c32a6e5212337f542aa7e0 (patch) | |
tree | 538a0d1241b79ed6a921c5d43fa1cf45c1ba5b25 /certs | |
parent | 2a05b029c1ee045b886ebf9efef9985ca23450de (diff) | |
download | linux-cbdad1f246dd98e6c9c32a6e5212337f542aa7e0.tar.xz |
crypto: algif_aead - Do not set MAY_BACKLOG on the async path
The async path cannot use MAY_BACKLOG because it is not meant to
block, which is what MAY_BACKLOG does. On the other hand, both
the sync and async paths can make use of MAY_SLEEP.
Fixes: 83094e5e9e49 ("crypto: af_alg - add async support to...")
Cc: <stable@vger.kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions