[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.17-rc

Lu Baolu posted 1 patch 1 month ago
drivers/iommu/intel/iommu.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.17-rc
Posted by Lu Baolu 1 month ago
Hi Joerg,

The following fix has been queued for v6.17-rc:

- Fix __domain_mapping()'s usage of switch_to_super_page()

It fixes a bug in __domain_mapping() where valid PTEs that are beyond
the affected huge page range might be zeroed out. The patch has been
reviewed and tested and is ready for merge. Please consider it for
v6.17-rc.

Best regards,
baolu

Eugene Koira (1):
  iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page()

 drivers/iommu/intel/iommu.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.17-rc
Posted by Joerg Roedel 3 weeks, 6 days ago
On Wed, Sep 03, 2025 at 01:53:28PM +0800, Lu Baolu wrote:
> Hi Joerg,
> 
> The following fix has been queued for v6.17-rc:
> 
> - Fix __domain_mapping()'s usage of switch_to_super_page()
> 
> It fixes a bug in __domain_mapping() where valid PTEs that are beyond
> the affected huge page range might be zeroed out. The patch has been
> reviewed and tested and is ready for merge. Please consider it for
> v6.17-rc.
> 
> Best regards,
> baolu
> 
> Eugene Koira (1):
>   iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page()

Applied for -rc, thanks.