]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Nov 2018 17:24:40 +0000 (09:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Nov 2018 17:24:40 +0000 (09:24 -0800)
commitc687e27bdbd1bf17646d4039053cb76c1d83d3bd
treeb43a2f09bf1fa86264cc01c42f0650832c6619f0
parentb177546d0c995c50cdf7b1776bd0b180b9d5982c
parent2a58a3505cd5c531006dba1e51777fa6381b5c6a
Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:
 "Two dma-direct / swiotlb regressions fixes:

   - zero is a valid physical address on some arm boards, we can't use
     it as the error value

   - don't try to cache flush the error return value (no matter what it
     is)"

* tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping:
  swiotlb: Skip cache maintenance on map error
  dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB