commit | 1a2b3357e860d890f8045367b179c7e7e802cd71 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Jun 11 12:20:32 2020 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Tue Jun 23 14:13:54 2020 +0200 |
tree | 9620e8050e5cba9e7ae8efa923d19d2c6b64ee29 | |
parent | 56fccf21d1961a06e2a0c96ce446ebf036651062 [diff] |
dma-direct: add missing set_memory_decrypted() for coherent mapping When a coherent mapping is created in dma_direct_alloc_pages(), it needs to be decrypted if the device requires unencrypted DMA before returning. Fixes: 3acac065508f ("dma-mapping: merge the generic remapping helpers into dma-direct") Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Hellwig <hch@lst.de>