]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Feb 2020 23:06:38 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Feb 2020 23:06:38 +0000 (15:06 -0800)
commit523e4a817efc963e4cc458cfa908b112b1ef0b7f
tree5550d42487720100990fc71d324a1cd2ebd9809d
parent3eea9412ef7cfea49b2df832fb8e326c35c92735
parente8c7c58abaca27e17159f77728e31d60e9567af7
Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:

 - give command line cma= precedence over the CONFIG_ option (Nicolas
   Saenz Julienne)

 - always allow 32-bit DMA, even for weirdly placed ZONE_DMA

 - improve the debug printks when memory is not addressable, to help
   find problems with swiotlb initialization

* tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping:
  dma-direct: improve DMA mask overflow reporting
  dma-direct: improve swiotlb error reporting
  dma-direct: relax addressability checks in dma_direct_supported
  dma-contiguous: CMA: give precedence to cmdline