Messages in this thread |  | | From | Linus Walleij <> | Date | Mon, 16 Dec 2019 11:20:33 +0100 | Subject | Re: [PATCH] net: gemini: Fix memory leak in gmac_setup_txqs |
| |
On Sun, Dec 15, 2019 at 2:11 AM Navid Emamdoost <navid.emamdoost@gmail.com> wrote:
> In the implementation of gmac_setup_txqs() the allocated desc_ring is > leaked if TX queue base is not aligned. Release it via > dma_free_coherent. > > Fixes: 4d5ae32f5e1e ("net: ethernet: Add a driver for Gemini gigabit ethernet") > Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Looks correct to me, Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Yours, Linus Walleij
|  |