[git pull] IOMMU Fixes for Linux v6.14-rc2
From: Joerg Roedel
Date: Fri Feb 14 2025 - 03:23:38 EST
Hi Linus,
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.14-rc2
for you to fetch changes up to add43c4fbc92f8b48c1acd64e953af3b1be4cd9c:
iommu/vt-d: Make intel_iommu_drain_pasid_prq() cover faults for RID (2025-02-14 09:12:47 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.14-rc2
Including:
- Core: Fix potential memory leak in iopf_queue_remove_device().
- Intel VT-d: Handle faults correctly in
intel_iommu_drain_pasid_prq().
- AMD-Vi: Fix faults happening in resume path.
- Typo and spelling fixes.
----------------------------------------------------------------
Andrew Kreimer (1):
iommu/exynos: Fix typos
Easwar Hariharan (1):
iommu: Fix a spelling error
Lu Baolu (2):
iommu: Fix potential memory leak in iopf_queue_remove_device()
iommu/vt-d: Make intel_iommu_drain_pasid_prq() cover faults for RID
Vasant Hegde (1):
iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
drivers/iommu/amd/amd_iommu_types.h | 1 +
drivers/iommu/amd/init.c | 4 ++++
drivers/iommu/exynos-iommu.c | 6 +++---
drivers/iommu/intel/prq.c | 4 +++-
drivers/iommu/io-pgfault.c | 1 +
drivers/iommu/iommu.c | 2 +-
6 files changed, 13 insertions(+), 5 deletions(-)
Please pull.
Thanks,
Joerg