]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dma-mapping-4.17-3' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Apr 2018 18:48:09 +0000 (11:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Apr 2018 18:48:09 +0000 (11:48 -0700)
commit21afde34e3c3c3f248b44f158bdc2e80e0c76f58
treeebceef87144204fb10a6d7fc4ebb7be4718655de
parent668983ca79e7c068e148604e13242d69528a1264
parent8c900f3d725e88fc66059177e3ef84f78de2c016
Merge tag 'dma-mapping-4.17-3' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:
 "A few small dma-mapping fixes for Linux 4.17-rc3:

   - don't loop to try GFP_DMA allocations if ZONE_DMA is not actually
     enabled (regression in 4.16)

   - don't try to do virt_to_page before we know we actuall have a valid
     page in dma_common_mmap

   - a comment fixup related to the above fix"

* tag 'dma-mapping-4.17-3' of git://git.infradead.org/users/hch/dma-mapping:
  dma-mapping: postpone cpu addr translation on mmap
  dma-coherent: clarify dma_mmap_from_dev_coherent documentation
  dma-direct: don't retry allocation for no-op GFP_DMA