Re: [PATCH v2] mm: dmapool: use provided gfp flags for alldma_alloc_coherent() calls

From: Andrew Morton
Date: Tue Nov 20 2012 - 14:33:15 EST


On Tue, 20 Nov 2012 15:31:45 +0100
Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> wrote:

> dmapool always calls dma_alloc_coherent() with GFP_ATOMIC flag,
> regardless the flags provided by the caller. This causes excessive
> pruning of emergency memory pools without any good reason. Additionaly,
> on ARM architecture any driver which is using dmapools will sooner or
> later trigger the following error:
> "ERROR: 256 KiB atomic DMA coherent pool is too small!
> Please increase it with coherent_pool= kernel parameter!".
> Increasing the coherent pool size usually doesn't help much and only
> delays such error, because all GFP_ATOMIC DMA allocations are always
> served from the special, very limited memory pool.
>

Is this problem serious enough to justify merging the patch into 3.7?
And into -stable kernels?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/