]> 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)
commit6ebb525e8c24abeaa258039fc713f309ad1564e2
treeebceef87144204fb10a6d7fc4ebb7be4718655de
parent19f699825c0ed467fe5e5226d4b23c8bc6e5e179
parentb0112c008b4f9e607d55b00aa16af199d916ddc5
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