commit | 5570449b6876f215d49ac4db9ccce6ff7aa1e20a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 21 09:20:39 2021 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Tue Dec 07 12:47:06 2021 +0100 |
tree | 5823410573206e2a9d1968cec3f0e53be11af4af | |
parent | 4d0564785bb03841e4b5c5b31aa4ecd1eb0d01bb [diff] |
dma-direct: don't call dma_set_decrypted for remapped allocations Remapped allocations handle the encrypted bit through the pgprot passed to vmap, so there is no call dma_set_decrypted. Note that this case is currently entirely theoretical as no valid kernel configuration supports remapped allocations and memory encryption currently. Signed-off-by: Christoph Hellwig <hch@lst.de>