Re: [PATCH v3 20/34] dmaengine: xilinx-dpdma: kill vchan BH on remove

From: Frank Li

Date: Wed Sep 02 2026 - 11:39:24 EST


On Mon, Aug 10, 2026 at 11:09:21AM -0700, Allen Pais wrote:
> virt-dma now dispatches completion callbacks through per-channel BH
> work. Cancel that work when removing a channel, while retaining the
> driver's separate error-handling tasklet.
>
> Signed-off-by: Allen Pais <allen.lkml@xxxxxxxxx>
> ---

Reviewed-by: Frank Li <Frank.Li@xxxxxxx>

> drivers/dma/xilinx/xilinx_dpdma.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/dma/xilinx/xilinx_dpdma.c b/drivers/dma/xilinx/xilinx_dpdma.c
> index d9a3542c4531..7e147ea11368 100644
> --- a/drivers/dma/xilinx/xilinx_dpdma.c
> +++ b/drivers/dma/xilinx/xilinx_dpdma.c
> @@ -1685,6 +1685,7 @@ static void xilinx_dpdma_chan_remove(struct xilinx_dpdma_chan *chan)
> return;
>
> tasklet_kill(&chan->err_task);
> + dmaengine_kill_bh(&chan->vchan.chan);
> list_del(&chan->vchan.chan.device_node);
> }
>
> --
> 2.43.0
>