diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2022-12-30 06:21:38 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-01-06 10:15:47 +0100 |
commit | 199354d7fb6eaa2cc5bb650af0bca624baffee35 (patch) | |
tree | 883df27ac79ff00afcbb70bf39e05e9187d2b65b /mm/migrate.c | |
parent | crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode (diff) | |
download | linux-199354d7fb6eaa2cc5bb650af0bca624baffee35.tar.xz linux-199354d7fb6eaa2cc5bb650af0bca624baffee35.zip |
crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned
for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future
so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'mm/migrate.c')
0 files changed, 0 insertions, 0 deletions