aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorLogan Gunthorpe <[email protected]>2020-09-22 14:08:44 -0600
committerVinod Koul <[email protected]>2020-10-05 10:16:41 +0530
commit028926e4ac8f21af343c25794117fd13c08b1712 (patch)
treea2006992c9040d85042243be74c22ed5e3025f5a /tools/perf/util/scripting-engines/trace-event-python.c
parentea275007c9473a7be66a47e0823482f6bd8aacd0 (diff)
dmaengine: ioat: Allocate correct size for descriptor chunk
dma_alloc_coherent() is called with a fixed SZ_2M size, but frees happen with IOAT_CHUNK_SIZE. Recently, IOAT_CHUNK_SIZE was reduced to 512M but the allocation did not change. To fix, change to using the IOAT_CHUNK_SIZE define. This was caught with the upcoming patchset for converting Intel platforms to the dma-iommu implementation. It has a warning when the unmapped size differs from the mapped size. Fixes: a02254f8a676 ("dmaengine: ioat: Decreasing allocation chunk size 2M->512K") Suggested-by: Robin Murphy <[email protected]> Signed-off-by: Logan Gunthorpe <[email protected]> Acked-by: Dave Jiang <[email protected]> Cc: Vinod Koul <[email protected]> Cc: Dave Jiang <[email protected]> Cc: Dan Williams <[email protected]> Link: https://lore.kernel.org/intel-gfx/[email protected]/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions