Re: [PATCH v2 09/11] iommu/iova: Consolidate flush queue code

2021-12-14 Thread John Garry via iommu
On 10/12/2021 17:54, Robin Murphy wrote: Squash and simplify some of the freeing code, and move the init and free routines down into the rest of the flush queue code to obviate the forward declarations. It would be good to get rid of all of these eventually... Signed-off-by: Robin Murphy

[PATCH v2 09/11] iommu/iova: Consolidate flush queue code

2021-12-10 Thread Robin Murphy
Squash and simplify some of the freeing code, and move the init and free routines down into the rest of the flush queue code to obviate the forward declarations. Signed-off-by: Robin Murphy --- v2: Rebase with del_timer_sync() change drivers/iommu/iova.c | 131