[PATCH v2] lib/dma-debug: check for vmalloc and module addresses used with the DMA-API

2012-09-19 Thread Jan Luebbe
Signed-off-by: Jan Luebbe --- Changes since v1: - As recommended by Joerg Roedel, check for overlap with vmalloc and module address ranges. lib/dma-debug.c |8 1 file changed, 8 insertions(+) diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 66ce414..b35992b 100644 ---

[PATCH v2] lib/dma-debug: check for vmalloc and module addresses used with the DMA-API

2012-09-19 Thread Jan Luebbe
Signed-off-by: Jan Luebbe j...@pengutronix.de --- Changes since v1: - As recommended by Joerg Roedel, check for overlap with vmalloc and module address ranges. lib/dma-debug.c |8 1 file changed, 8 insertions(+) diff --git a/lib/dma-debug.c b/lib/dma-debug.c index