]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dma-debug: check nents in dma_sync_sg*
authorRobin Murphy <robin.murphy@arm.com>
Sat, 7 Nov 2015 00:32:55 +0000 (16:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Nov 2015 01:50:42 +0000 (17:50 -0800)
commit7f8306429c4c75f9e2bf39fcfe990b0af2f7292d
tree3fcd7b9d5c61e287914b2e576ac662eccc8c701e
parent002edb6f6f2a79bea50de11260ddc9572e6db731
dma-debug: check nents in dma_sync_sg*

Like dma_unmap_sg, dma_sync_sg* should be called with the original number
of entries passed to dma_map_sg, so do the same check in the sync path as
we do in the unmap path.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Sakari Ailus <sakari.ailus@iki.fi>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/dma-debug.c