Messages in this thread |  | | From | Akinobu Mita <> | | Subject | [PATCH -mm 0/2] x86: fix DMA CMA on x86 | | Date | Sun, 20 Apr 2014 21:39:45 +0900 |
| |
This series includes two fixes for dma_generic_alloc_coherent(), based on top of the patchset 'enhance DMA CMA on x86' which has been added in -mm tree.
Akinobu Mita (2): x86: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled x86: avoid duplicated memset in dma_generic_alloc_coherent()
arch/x86/kernel/pci-dma.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
Cc: Marek Szyprowski <m.szyprowski@samsung.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Don Dutile <ddutile@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: x86@kernel.org Cc: iommu@lists.linux-foundation.org -- 1.8.3.2
|  |