• Linus Torvalds's avatar
    Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/dma-mapping · e529d350
    Linus Torvalds authored
    Pull dma-mapping updates from Christoph Hellwig:
    
     - reduce the swiotlb buffer size on allocation failure (Alexey
       Kardashevskiy)
    
     - clean up passing of bogus GFP flags to the dma-coherent allocator
       (Christoph Hellwig)
    
    * tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/dma-mapping:
      dma-mapping: reject __GFP_COMP in dma_alloc_attrs
      ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_*
      s390/ism: don't pass bogus GFP_ flags to dma_alloc_coherent
      cnic: don't pass bogus GFP_ flags to dma_alloc_coherent
      RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherent
      RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherent
      media: videobuf-dma-contig: use dma_mmap_coherent
      swiotlb: reduce the swiotlb buffer size on allocation failure
    e529d350
memalloc.c 23.2 KB