diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-02-27 11:25:58 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-02-28 11:30:58 +0300 |
commit | 660ca9470f9c613fa2c71a123a9469c80a697ee4 (patch) | |
tree | f3d64a401c7737962388a89fa48e42640ac7a1f5 /drivers/gpu/drm/solomon | |
parent | 8b84475318641c2b89320859332544cf187e1cbd (diff) | |
download | linux-660ca9470f9c613fa2c71a123a9469c80a697ee4.tar.xz |
crypto: caam - Fix edesc/iv ordering mixup
The attempt to add DMA alignment padding by moving IV to the front
of edesc was completely broken as it didn't change the places where
edesc was freed.
It's also wrong as the IV may still share a cache-line with the
edesc.
Fix this by restoring the original layout and simply reserving
enough memmory so that the IV is on a DMA cache-line by itself.
Reported-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Fixes: 199354d7fb6e ("crypto: caam - Remove GFP_DMA and add DMA alignment padding")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/gpu/drm/solomon')
0 files changed, 0 insertions, 0 deletions