mbox series

[v3,0/3] iommu/iova: use named kmem_cache for iova magazines

Message ID cover.1707144953.git.robin.murphy@arm.com (mailing list archive)
Headers show
Series iommu/iova: use named kmem_cache for iova magazines | expand

Message

Robin Murphy Feb. 5, 2024, 3:32 p.m. UTC
Hi all,

I decided that Pasha's patch[1] was a good excuse to tackle a bit more
cleanup of the existing IOVA code, so it can fit in more neatly. Thus
to save time and effort I've taken the liberty of putting together this
mini-series as the version I'd like to merge.

Cheers,
Robin.

[1] https://lore.kernel.org/linux-iommu/20240202192820.536408-1-pasha.tatashin@soleen.com/


Pasha Tatashin (1):
  iommu/iova: use named kmem_cache for iova magazines

Robin Murphy (2):
  iommu/iova: Tidy up iova_cache_get() failure
  iommu/iova: Reorganise some code

 drivers/iommu/iova.c | 143 +++++++++++++++++++++++--------------------
 1 file changed, 76 insertions(+), 67 deletions(-)

Comments

Joerg Roedel Feb. 9, 2024, 10:46 a.m. UTC | #1
On Mon, Feb 05, 2024 at 03:32:38PM +0000, Robin Murphy wrote:
> Pasha Tatashin (1):
>   iommu/iova: use named kmem_cache for iova magazines
> 
> Robin Murphy (2):
>   iommu/iova: Tidy up iova_cache_get() failure
>   iommu/iova: Reorganise some code
> 
>  drivers/iommu/iova.c | 143 +++++++++++++++++++++++--------------------
>  1 file changed, 76 insertions(+), 67 deletions(-)

Applied, thanks Robin.