summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2020-07-31 17:03:50 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-21 14:45:27 +1000
commitf4f2fe30bd59f6b848d0a90b2549441f6f3cc5a9 (patch)
treef4d2e63b53576e3906b166b66d0f659c89930568 /crypto/tcrypt.c
parent6ccc838ed96261a4fef35aa45f7d951b31aa3d9d (diff)
downloadlinux-crypto-f4f2fe30bd59f6b848d0a90b2549441f6f3cc5a9.tar.gz
linux-crypto-f4f2fe30bd59f6b848d0a90b2549441f6f3cc5a9.zip
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: a8e3a343aba2 ("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 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions