[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.15-rc2

Lu Baolu posted 2 patches 8 months, 1 week ago
drivers/iommu/intel/iommu.c         |  1 -
drivers/iommu/intel/irq_remapping.c | 29 +++++++++++++++--------------
2 files changed, 15 insertions(+), 15 deletions(-)
[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.15-rc2
Posted by Lu Baolu 8 months, 1 week ago
Hi Joerg,

The following fixes have been queued for v6.15-rc2:

- Fix posted MSI issue when users change cpu affinity
- Remove invalid set_dma_ops() call in the iommu driver

They have been reviewed and are ready for merge. Can you please take
them?

Best regards,
baolu

Petr Tesarik (1):
  iommu/vt-d: Remove an unnecessary call set_dma_ops()

Sean Christopherson (1):
  iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs

 drivers/iommu/intel/iommu.c         |  1 -
 drivers/iommu/intel/irq_remapping.c | 29 +++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.15-rc2
Posted by Joerg Roedel 8 months, 1 week ago
On Thu, Apr 10, 2025 at 03:32:45PM +0800, Lu Baolu wrote:
> Petr Tesarik (1):
>   iommu/vt-d: Remove an unnecessary call set_dma_ops()
> 
> Sean Christopherson (1):
>   iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs
> 
>  drivers/iommu/intel/iommu.c         |  1 -
>  drivers/iommu/intel/irq_remapping.c | 29 +++++++++++++++--------------
>  2 files changed, 15 insertions(+), 15 deletions(-)

Applied, thanks Baolu.