Re: [PATCH v13 00/16] iommu: Prepare to deliver page faults to user space

From: Joerg Roedel
Date: Fri Feb 16 2024 - 09:20:41 EST


On Mon, Feb 12, 2024 at 09:22:11AM +0800, Lu Baolu wrote:
> Lu Baolu (16):
> iommu: Move iommu fault data to linux/iommu.h
> iommu/arm-smmu-v3: Remove unrecoverable faults reporting
> iommu: Remove unrecoverable fault data
> iommu: Cleanup iopf data structure definitions
> iommu: Merge iopf_device_param into iommu_fault_param
> iommu: Remove iommu_[un]register_device_fault_handler()
> iommu: Merge iommu_fault_event and iopf_fault
> iommu: Prepare for separating SVA and IOPF
> iommu: Make iommu_queue_iopf() more generic
> iommu: Separate SVA and IOPF
> iommu: Refine locking for per-device fault data management
> iommu: Use refcount for fault data access
> iommu: Improve iopf_queue_remove_device()
> iommu: Track iopf group instead of last fault
> iommu: Make iopf_group_response() return void
> iommu: Make iommu_report_device_fault() return void

Applied, thanks Baolu.