Skip to content
Commit 2e45676a authored by Madhuparna Bhowmik's avatar Madhuparna Bhowmik Committed by Vinod Koul
Browse files

dmaengine: pch_dma.c: Avoid data race between probe and irq handler



pd->dma.dev is read in irq handler pd_irq().
However, it is set to pdev->dev after request_irq().
Therefore, set pd->dma.dev to pdev->dev before request_irq() to
avoid data race between pch_dma_probe() and pd_irq().

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: default avatarMadhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Link: https://lore.kernel.org/r/20200416062335.29223-1-madhuparnabhowmik10@gmail.com
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent aee45dba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment