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

Lu Baolu posted 1 patch 5 days, 19 hours ago
drivers/iommu/intel/iommu.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.18-rc1
Posted by Lu Baolu 5 days, 19 hours ago
Hi Joerg,

The following fix has been queued for the Intel iommu driver. It aims to
solve the following problem:

- Disallow dirty tracking if page walk is incoherent

This fix is not so critical for v6.17-rc. Considering the upcoming merge
window, it would be fine to include them with other patches for v6.18.
Please consider it.

Best regards,
baolu

Lu Baolu (1):
  iommu/vt-d: Disallow dirty tracking if incoherent page walk

 drivers/iommu/intel/iommu.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.18-rc1
Posted by Joerg Roedel 5 days, 14 hours ago
On Fri, Sep 26, 2025 at 10:41:29AM +0800, Lu Baolu wrote:
> Lu Baolu (1):
>   iommu/vt-d: Disallow dirty tracking if incoherent page walk

Applied, thanks Baolu.