On Tue, 20 Dec 2022 09:20:07 +0100, Christoph Hellwig wrote: > > Hi all, > > this series fixe the regression where dma-iommu stopped clearing > GFP_COMP from noncoherent dma allocations by never requesting those > in the sound code and rejecting them in the core DMA API code. > > Diffstat: > kernel/dma/mapping.c | 4 ++++ > sound/core/memalloc.c | 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) Thank you Christoph for taking care of this mess, and apologies for my delayed reaction, as I've been (still) on vacation since the last week. FWIW, feel free to take my ack for the sound part: Acked-by: Takashi Iwai <tiwai@xxxxxxx> Takashi