diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2022-11-11 17:59:17 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-11-18 16:59:34 +0800 |
commit | 3a58c231172537f7b0e19d93ed33decd04f80eab (patch) | |
tree | 937df6e4f0eb1e87094b07411f1512d7908e22fa /drivers/scsi/atp870u.c | |
parent | 824db5cd1ec9b95c254fc317c3999f6b53e98b12 (diff) | |
download | linux-3a58c231172537f7b0e19d93ed33decd04f80eab.tar.bz2 |
crypto: cryptd - Use request context instead of stack for sub-request
cryptd is buggy as it tries to use sync_skcipher without going
through the proper sync_skcipher interface. In fact it doesn't
even need sync_skcipher since it's already a proper skcipher and
can easily access the request context instead of using something
off the stack.
Fixes: 36b3875a97b8 ("crypto: cryptd - Remove VLA usage of skcipher")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/scsi/atp870u.c')
0 files changed, 0 insertions, 0 deletions