[git,pull] IOMMU Fixes for Linux v6.8-rc2

Message ID Zbz4DdrTl4js-w9H@8bytes.org
State New
Headers
Series [git,pull] IOMMU Fixes for Linux v6.8-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.8-rc2

Message

Joerg Roedel Feb. 2, 2024, 2:11 p.m. UTC
  Hi Linus,

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.8-rc2

for you to fetch changes up to d2d00e15808c37ec476a5c040ee2cdd23854ef18:

  powerpc: iommu: Bring back table group release_ownership() call (2024-02-02 09:26:20 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v6.8-rc2

Including:

	- Make iommu_ops->default_domain work without CONFIG_IOMMU_DMA to fix
	  initialization of FSL-PAMU devices

	- Fix for Tegra fbdev initialization failure

	- Fix for a VFIO device unbinding failure on PowerPC

----------------------------------------------------------------
Jason Gunthorpe (2):
      iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA
      drm/tegra: Do not assume that a NULL domain means no DMA IOMMU

Shivaprasad G Bhat (1):
      powerpc: iommu: Bring back table group release_ownership() call

 arch/powerpc/kernel/iommu.c | 37 ++++++++++++++++++++++++++++---------
 drivers/gpu/drm/tegra/drm.c |  3 ++-
 drivers/iommu/iommu.c       | 18 +++++++++++++-----
 3 files changed, 43 insertions(+), 15 deletions(-)

Please pull.

Thanks,

	Joerg
  

Comments

pr-tracker-bot@kernel.org Feb. 2, 2024, 9 p.m. UTC | #1
The pull request you sent on Fri, 2 Feb 2024 15:11:25 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.8-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4f18d3fd2975c943be91522d86257806374881b9

Thank you!