Re: [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

2020-09-14 Thread John Garry
On 13/08/2020 06:36, Vijayanand Jitta wrote: On 8/12/2020 8:46 PM, Joerg Roedel wrote: On Mon, Aug 03, 2020 at 03:30:48PM +0530, Vijayanand Jitta wrote: ping? Please repost when v5.9-rc1 is released and add Robin Murphy on your Cc list. Thanks, Joerg Sure, will do.

Re: [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

2020-08-12 Thread Vijayanand Jitta
On 8/12/2020 8:46 PM, Joerg Roedel wrote: > On Mon, Aug 03, 2020 at 03:30:48PM +0530, Vijayanand Jitta wrote: >> ping? > > Please repost when v5.9-rc1 is released and add > > Robin Murphy > > on your Cc list. > > Thanks, > > Joerg > Sure, will do. Thanks, Vijay -- QUALCOMM

Re: [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

2020-08-12 Thread Joerg Roedel
On Mon, Aug 03, 2020 at 03:30:48PM +0530, Vijayanand Jitta wrote: > ping? Please repost when v5.9-rc1 is released and add Robin Murphy on your Cc list. Thanks, Joerg ___ iommu mailing list iommu@lists.linux-foundation.org

Re: [PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

2020-08-03 Thread Vijayanand Jitta
On 7/3/2020 7:47 PM, vji...@codeaurora.org wrote: > From: Vijayanand Jitta > > When ever an iova alloc request fails we free the iova > ranges present in the percpu iova rcaches and then retry > but the global iova rcache is not freed as a result we could > still see iova alloc failure even

[PATCH 2/2] iommu/iova: Free global iova rcache on iova alloc failure

2020-07-03 Thread vjitta
From: Vijayanand Jitta When ever an iova alloc request fails we free the iova ranges present in the percpu iova rcaches and then retry but the global iova rcache is not freed as a result we could still see iova alloc failure even after retry as global rcache is holding the iova's which can cause