Re: [PATCH v3 0/2] Add page alignment check in Intel IOMMU.

From: Joerg Roedel
Date: Tue Feb 26 2019 - 05:08:31 EST


On Tue, Feb 19, 2019 at 11:06:08AM -0800, sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx wrote:
> Kuppuswamy Sathyanarayanan (2):
> PCI/ATS: Add pci_ats_page_aligned() interface
> iommu/vt-d: Enable ATS only if the device uses page aligned address.
>
> drivers/iommu/intel-iommu.c | 1 +
> drivers/pci/ats.c | 27 +++++++++++++++++++++++++++
> include/linux/pci.h | 2 ++
> include/uapi/linux/pci_regs.h | 1 +
> 4 files changed, 31 insertions(+)

Applied, thanks.