[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191217100217.GH8689@8bytes.org>
Date: Tue, 17 Dec 2019 11:02:17 +0100
From: Joerg Roedel <joro@...tes.org>
To: Xiaotao Yin <xiaotao.yin@...driver.com>
Cc: iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
Kexin.Hao@...driver.com
Subject: Re: [PATCH V2] iommu/iova: Init the struct iova to fix the possible
memleak
On Mon, Dec 09, 2019 at 04:24:04PM +0800, Xiaotao Yin wrote:
> The reason:
> When alloc_iova_mem() without initial with Zero, sometimes fpn_lo will equal to
> IOVA_ANCHOR by chance, so when return from __alloc_and_insert_iova_range() with
> -ENOMEM(iova32_full), the new_iova will not be freed in free_iova_mem().
>
> Fixes: bb68b2fbfbd6 ("iommu/iova: Add rbtree anchor node")
> Signed-off-by: Xiaotao Yin <xiaotao.yin@...driver.com>
> ---
> drivers/iommu/iova.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied for v5.5, thanks.
Powered by blists - more mailing lists