Re: [PATCH] atm: Fix dma_free_coherent() size

From: Jakub Kicinski

Date: Tue Jan 06 2026 - 21:03:10 EST


On Mon, 5 Jan 2026 22:19:11 +0100 Thomas Fourier wrote:
> The size of the buffer is not the same when alloc'd with
> dma_alloc_coherent() in he_init_tpdrq() and freed.
>
> Fixes: ede58ef28e10 ("atm: remove deprecated use of pci api")

Fixes tag looks wrong, the size was incorrect before, too.