Re: [PATCH] dmaengine: sun6i: fix use-after-free in descriptor error path
Chaithanya Lagisetty <[email protected]>
| Newsgroups | dev.linux.lists.linux-sunxi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.dmaengine,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]/ 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