aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorHuang Shijie <[email protected]>2018-08-22 02:40:27 +0000
committerVinod Koul <[email protected]>2018-08-27 05:46:04 +0000
commit111b009f7e8bcdfc8d565b1f0e3ee5072bb7490b (patch)
tree8f50bd17840261c04a0853ff21a4e083204b7f25 /tools/perf/scripts/python/sched-migration.py
parentLinux 4.19-rc1 (diff)
downloadkernel-111b009f7e8bcdfc8d565b1f0e3ee5072bb7490b.tar.gz
kernel-111b009f7e8bcdfc8d565b1f0e3ee5072bb7490b.zip
dmaengine: mic_x100_dma: use devm_kzalloc to fix an issue
The following patch introduced an issue. commit f6206f00d8c5 ("dmaengine: mic_x100_dma: use the new helper to simplify the code") This issue is : kfree(mic_dma_dev) ..... dma_async_device_unregister(mic_dma_dev->device); Free the memory, and use it again. So use devm_kzalloc to allocate mic_dma_dev to fix it. When the Devres try to release the resources, it will call release at the following order: dma_async_device_unregister(mic_dma_dev->device); ..... kfree(mic_dma_dev) Fixes: f6206f00d8c5 ("dmaengine: mic_x100_dma: use the new helper to simplify the code") Signed-off-by: Huang Shijie <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions