https://github.com/torvalds/linux
Revision 213e4eb2da7e4fa716560b20752b05b80b5b0da9 authored by Linus Torvalds on 24 March 2017, 20:42:17 UTC, committed by Linus Torvalds on 24 March 2017, 20:42:17 UTC
Pull IOMMU fixes from Joerg Roedel:
 "A few fixes piled up:

   - fix a NULL-ptr dereference that happens in VT-d on some platforms

   - a fix for ARM MSI region reporting, so that a sane interface makes
     it to a released kernel

   - fixes for leaf-checking in ARM io-page-table code

   - two fixes for IO/TLB flushing code on ARM Exynos platforms"

* tag 'iommu-fixes-v4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
  iommu: Disambiguate MSI region types
  iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5
  iommu/exynos: Block SYSMMU while invalidating FLPD cache
  iommu/vt-d: Fix NULL pointer dereference in device_to_iommu
  iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it
  iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
2 parent s 9a31328 + 11cd338
Raw File
Tip revision: 213e4eb2da7e4fa716560b20752b05b80b5b0da9 authored by Linus Torvalds on 24 March 2017, 20:42:17 UTC
Merge tag 'iommu-fixes-v4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Tip revision: 213e4eb
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top