[PATCH 0/2] dmaengine: zynqmp_dma: fix race between runtime PM and device removal
Golla Nagendra
nagendra.golla at amd.com
Mon Jun 29 23:48:42 PDT 2026
This patch series addresses two issues in the zynqmp_dma_remove() function:
1. Fix the race condition between runtime PM and device removal where
pm_runtime_disable() was called after the power state check, leaving
a window for the runtime PM framework to change state unexpectedly.
2. Update the stale kernel doc comment that still references a return
value after the function was converted to return void.
Golla Nagendra (2):
dmaengine: zynqmp_dma: fix race between runtime PM and device removal
dmaengine: zynqmp_dma: fix kernel doc for zynqmp_dma_remove()
drivers/dma/xilinx/zynqmp_dma.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
2.49.1
More information about the linux-arm-kernel
mailing list