Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Dec 2022 19:44:20 +0000 (11:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Dec 2022 19:44:20 +0000 (11:44 -0800)
commit59d2c635f6cfb0a8c7e5acb06b10c4e587fbfd1a
tree4749767462bf7c6735094e659479de45a573445c
parente3b862ed893bf030ebdd78ead99647374a2cfd47
parent3622b86f49f84e52fb41fee9eb55f9290613dfc3
Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:
 "Fix up the sound code to not pass __GFP_COMP to the non-coherent DMA
  allocator, as it copes with that just as badly as the coherent
  allocator, and then add a check to make sure no one passes the flag
  ever again"

* tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-mapping:
  dma-mapping: reject GFP_COMP for noncoherent allocations
  ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocations