2024-05-03 16:06:55

by Baolu Lu

[permalink] [raw]
Subject: [PATCH 0/1][PULL REQUEST] iommu/vt-d: Fixes for intel iommu

Hi Joerg,

The following fix has been queued for the intel driver:

- Decouple igfx_off from graphic identity mapping

This change is not critical for v6.9. I'm fine for it to be included in
either the fix or the next branch, whichever works best for you. With
this in mind, please pull it.

Best regards,
baolu

Lu Baolu (1):
iommu/vt-d: Decouple igfx_off from graphic identity mapping

drivers/iommu/intel/iommu.c | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

--
2.34.1



2024-05-06 08:23:27

by Joerg Roedel

[permalink] [raw]
Subject: Re: [PATCH 0/1][PULL REQUEST] iommu/vt-d: Fixes for intel iommu

On Fri, May 03, 2024 at 09:36:01PM +0800, Lu Baolu wrote:
> Lu Baolu (1):
> iommu/vt-d: Decouple igfx_off from graphic identity mapping

Applied, thanks.