Re: [git pull] IOMMU Fixes for Linux v5.12-rc3

2021-03-19 Thread pr-tracker-bot
The pull request you sent on Fri, 19 Mar 2021 12:15:05 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git 
> tags/iommu-fixes-v5.12-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/65a103747104368cb1ba6f097dcc3f85b1dcf86b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[git pull] IOMMU Fixes for Linux v5.12-rc3

2021-03-19 Thread Joerg Roedel
Hi Linus,

The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git 
tags/iommu-fixes-v5.12-rc3

for you to fetch changes up to 8dfd0fa6ecdc5e2099a57d485b7ce237abc6c7a0:

  iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles 
(2021-03-18 11:31:12 +0100)


IOMMU Fixes for Linux v5.12-rc3

Including:

- Three AMD IOMMU patches to fix a boot crash on AMD Stoney
  systems and every other AMD IOMMU system booted with
  'amd_iommu=off'. This is a v5.11 regression.

- A Fix for the Tegra IOMMU driver to make sure it detects all
  IOMMUs


Dmitry Osipenko (1):
  iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU 
phandles

Joerg Roedel (3):
  iommu/amd: Move Stoney Ridge check to detect_ivrs()
  iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabled
  iommu/amd: Keep track of amd_iommu_irq_remap state

 drivers/iommu/amd/init.c   | 36 
 drivers/iommu/tegra-smmu.c |  7 +++
 2 files changed, 23 insertions(+), 20 deletions(-)

Please pull.

Thanks,

Joerg