diff options
author | 2019-04-18 16:39:05 +0300 | |
---|---|---|
committer | 2019-04-25 15:38:16 +0800 | |
commit | e8662a6a5f8f7f2cadc0edb934aef622d96ac3ee (patch) | |
tree | aebc2822832132eec3ba15267c46cdc9b7411baf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: ccree - don't map MAC key on stack (diff) | |
download | wireguard-linux-e8662a6a5f8f7f2cadc0edb934aef622d96ac3ee.tar.xz wireguard-linux-e8662a6a5f8f7f2cadc0edb934aef622d96ac3ee.zip |
crypto: ccree - don't map AEAD key and IV on stack
The AEAD authenc key and IVs might be passed to us on stack. Copy it to
a slab buffer before mapping to gurantee proper DMA mapping.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Cc: stable@vger.kernel.org # v4.19+
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions