aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2016-06-01 12:43:32 +0200
committerVinod Koul <[email protected]>2016-06-07 12:44:23 +0530
commit5156463588c3999b630d9ffc6061a54962f3c2d9 (patch)
treefa3d42f206446c6c36cb43367fdbba2f44018a81 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent9295c41d77ca93aac79cfca6fa09fa1ca5cab66f (diff)
dmaengine: mv_xor: Fix incorrect offset in dma_map_page()
Upon booting, I occasionally spotted some BUGs triggered by the internal DMA test routine executed upon driver probing. This was detected by SLUB_DEBUG ("Freechain corrupt" or "Redzone overwritten"). Tracking this down located a problem in passing 0 as offset in dma_map_page(). As kmalloc, especially when used with SLUB_DEBUG, may return a non page aligned address. This patch fixes this issue by passing the correct offset in dma_map_page(). Tested on a custom Armada XP board. Signed-off-by: Stefan Roese <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Gregory CLEMENT <[email protected]> Cc: Marcin Wojtas <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions