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

Lu Baolu posted 2 patches 9 months, 3 weeks ago
drivers/iommu/intel/dmar.c  |  1 +
drivers/iommu/intel/iommu.c | 10 +++++++---
2 files changed, 8 insertions(+), 3 deletions(-)
[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.14-rc5
Posted by Lu Baolu 9 months, 3 weeks ago
Hi Joerg,

The following fixes have been queued for v6.14-rc:

- Fix suspicious RCU usage splat
- Fix passthrough for devices under PCIe-PCI bridge

They have been reviewed and tested. Can you please take them?

Best regards,
baolu

Jerry Snitselaar (1):
  iommu/vt-d: Remove device comparison in context_setup_pass_through_cb

Lu Baolu (1):
  iommu/vt-d: Fix suspicious RCU usage

 drivers/iommu/intel/dmar.c  |  1 +
 drivers/iommu/intel/iommu.c | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v6.14-rc5
Posted by Joerg Roedel 9 months, 2 weeks ago
On Fri, Feb 28, 2025 at 06:27:24PM +0800, Lu Baolu wrote:
> Hi Joerg,
> 
> The following fixes have been queued for v6.14-rc:
> 
> - Fix suspicious RCU usage splat
> - Fix passthrough for devices under PCIe-PCI bridge
> 
> They have been reviewed and tested. Can you please take them?
> 
> Best regards,
> baolu
> 
> Jerry Snitselaar (1):
>   iommu/vt-d: Remove device comparison in context_setup_pass_through_cb
> 
> Lu Baolu (1):
>   iommu/vt-d: Fix suspicious RCU usage
> 
>  drivers/iommu/intel/dmar.c  |  1 +
>  drivers/iommu/intel/iommu.c | 10 +++++++---
>  2 files changed, 8 insertions(+), 3 deletions(-)

Applied, thanks Baolu.