Re: [PATCH v2 0/2] iommu: Report effective PCIe ATS support status

From: Jörg Rödel

Date: Tue Mar 17 2026 - 09:09:11 EST


On Tue, Mar 17, 2026 at 11:16:01AM +0000, Shameer Kolothum wrote:
> Shameer Kolothum (2):
> iommu: Add device ATS supported capability
> iommufd: Report ATS not supported status via IOMMU_GET_HW_INFO
>
> include/linux/iommu.h | 2 ++
> include/uapi/linux/iommufd.h | 4 ++++
> drivers/iommu/amd/iommu.c | 6 ++++++
> drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 3 +++
> drivers/iommu/intel/iommu.c | 2 ++
> drivers/iommu/iommufd/device.c | 4 ++++
> 6 files changed, 21 insertions(+)

Applied, thanks.