commit | 99c6b20edfc031610240afca97ba9be5ec6f5750 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 02 17:20:49 2022 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 09 18:45:00 2022 +0800 |
tree | d915c78e08364358e435944bb5b994ffa354616c | |
parent | 1c64a7e1f931821acadf964c5ddb0dc41abf9e20 [diff] |
crypto: ccp - Set DMA alignment explicitly This driver has been implicitly relying on kmalloc alignment to be sufficient for DMA. This may no longer be the case with upcoming arm64 changes. This patch changes it to explicitly request DMA alignment from the Crypto API. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>