]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Dec 2025 19:18:32 +0000 (11:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Dec 2025 19:18:32 +0000 (11:18 -0800)
commite4a3d52ab97169bba66dd718acf43e559ed5646a
tree3a0517540da20a70a99c2635b78807e04e92224b
parentd8ba32c5a460837a5f0b9619dac99fafb6faef07
parentc7fe9384c85d31e35bb61574d7a742ba59fb27c3
Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux

Pull iommu fixes from Joerg Roedel:

 - iommupt: Fix an oops found by syzcaller in the new generic
   IO-page-table code.

 - AMD-Vi: Fix IO_PAGE_FAULTs in kdump kernels triggered by re-using
   domain-ids from previous kernel.

* tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux:
  amd/iommu: Make protection domain ID functions non-static
  amd/iommu: Preserve domain ids inside the kdump kernel
  iommupt: Return ERR_PTR from _table_alloc()