Re: [PATCH 0/3] iova: Some misc changes

From: John Garry
Date: Wed Aug 17 2022 - 06:24:17 EST


On 17/08/2022 11:09, John Garry wrote:
This series includes:
- remove checks in the code which are not required
- the re-org, which I had originally posted separately

BTW, Can we drop the !IOMMU_IOVA stubs in iova.h? I could not find a kernel config which actually exercises that code (so testing changes there is difficult).


Based on v6.0-rc1

John Garry (3):
iova: Remove some magazine pointer NULL checks
iova: Remove magazine BUG_ON() checks
iova: Re-order code to remove forward declarations

drivers/iommu/iova.c | 1074 +++++++++++++++++++++---------------------
include/linux/iova.h | 60 +--
2 files changed, 559 insertions(+), 575 deletions(-)