Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping

Pull ARM dma-mapping fix from Marek Szyprowski:
"This patch fixes a potential memory leak in the ARM dma-mapping code."

* 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
ARM: dma-mapping: Fix potential memory leak in atomic_pool_init()

+2
+2
arch/arm/mm/dma-mapping.c
··· 346 346 (unsigned)pool->size / 1024); 347 347 return 0; 348 348 } 349 + 350 + kfree(pages); 349 351 no_pages: 350 352 kfree(bitmap); 351 353 no_bitmap: