diff options
author | Niklas Schnelle <[email protected]> | 2023-05-24 09:54:10 +0200 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-05-25 15:39:58 +0200 |
commit | 657d42cf5df64d9f32caab73ba2d2284879a37b0 (patch) | |
tree | dbb9322e2820eabf3d96d4934d40492acb7e125a /net/unix/af_unix.c | |
parent | 623a71385312ee288d59e319b90922e6e6943766 (diff) |
s390/ism: Set DMA coherent mask
A future change will convert the DMA API implementation from the
architecture specific arch/s390/pci/pci_dma.c to using the common code
drivers/iommu/dma-iommu.c which the utilizes the same IOMMU hardware
through the s390-iommu driver. Unlike the s390 specific DMA API this
requires devices to correctly set the coherent mask to be allowed to use
IOVAs >2^32 in dma_alloc_coherent(). This was however not done for ISM
devices. ISM requires such addresses since currently the DMA aperture
for PCI devices starts at 2^32 and all calls to dma_alloc_coherent()
would thus fail.
Link: https://lore.kernel.org/all/[email protected]/
Reviewed-by: Alexandra Winter <[email protected]>
Reviewed-by: Matthew Rosato <[email protected]>
Reviewed-by: Pierre Morel <[email protected]>
Signed-off-by: Niklas Schnelle <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions