[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250714150031.GI1870174@ziepe.ca>
Date: Mon, 14 Jul 2025 12:00:31 -0300
From: Jason Gunthorpe <jgg@...pe.ca>
To: Sergey Temerkhanov <sergey.temerkhanov@...el.com>
Cc: iommu@...ts.linux.dev, linux-kernel@...r.kernel.org,
David Woodhouse <dwmw2@...radead.org>,
Lu Baolu <baolu.lu@...ux.intel.com>, Joerg Roedel <joro@...tes.org>,
Will Deacon <will@...nel.org>, Robin Murphy <robin.murphy@....com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: Re: [PATCH v1 4/4] iommu: Notify requesters of IOMMU fault failures
On Thu, Jul 10, 2025 at 01:42:15PM +0000, Sergey Temerkhanov wrote:
> Call the notifier callbacks installed by the device drivers when
> failing IOMMU page faults occur during the SVA mode operation.
>
> Signed-off-by: Sergey Temerkhanov <sergey.temerkhanov@...el.com>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
> drivers/iommu/iommu-sva.c | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
It doesn't seem to me like any of this is really needed..
Look at how iommufd already associates faults back to its own struct
device structure side-structure.
I think all you want for this problem is a way to hook the fault
callback chain on a domain, and that should be local to the domain not
global to the device..
Jason
Powered by blists - more mailing lists