diff options
author | 2021-07-29 14:15:22 -0600 | |
---|---|---|
committer | 2021-08-09 17:13:05 +0200 | |
commit | dabb16f67215918c48cf3ff1fc4bc36ca421da2b (patch) | |
tree | f4dea5b7c8bf224c94de32dba2c61bc4e0267ac3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iommu: return full error code from iommu_map_sg[_atomic]() (diff) | |
download | linux-dev-dabb16f67215918c48cf3ff1fc4bc36ca421da2b.tar.xz linux-dev-dabb16f67215918c48cf3ff1fc4bc36ca421da2b.zip |
iommu/dma: return error code from iommu_dma_map_sg()
Return appropriate error codes EINVAL or ENOMEM from
iommup_dma_map_sg(). If lower level code returns ENOMEM, then we
return it, other errors are coalesced into EINVAL.
iommu_dma_map_sg_swiotlb() returns -EIO as its an unknown error
from a call that returns DMA_MAPPING_ERROR.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions