Re: [PATCH] dmaengine: sun6i: fix use-after-free in descriptor error path
From: Chaithanya Lagisetty
Date: Sat Aug 15 2026 - 03:24:55 EST
On Fri, Aug 14, 2026 at 05:00:21PM -0400, Frank Li wrote:
> Drop review-by, I prefer use below method to fix
>
> https://patchwork.kernel.org/project/linux-dmaengine/patch/20260727061142.44195-1-zenghongling@xxxxxxxxxx/
Thanks Frank, agreed. Hongling Zeng's series is the better fix since it
reuses the existing sun6i_dma_free_desc() helper instead of open-coding
the save-next-pointer logic in each error path, and it removes the
duplicated cleanup loops entirely.
Please drop this patch in favour of that series; no v2 needed from my
side.
Thanks,
Chaithanya