diff options
author | Madhuparna Bhowmik <[email protected]> | 2020-08-21 09:14:23 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-08-25 16:45:17 +0530 |
commit | 6d6018fc30bee67290dbed2fa51123f7c6f3d691 (patch) | |
tree | 3fde22c2dded4988d680350eb3fe3121b886524c /net/unix/af_unix.c | |
parent | 05655541c9503bfd01af4e6cbd7f5a29ac748e6c (diff) |
drivers/dma/dma-jz4780: Fix race condition between probe and irq handler
In probe, IRQ is requested before zchan->id is initialized which can be
read in the irq handler. Hence, shift request irq after other initializations
complete.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Madhuparna Bhowmik <[email protected]>
Reviewed-by: Paul Cercueil <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions