Merge tag 'iommu-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull IOMMU fixes from Joerg Roedel: "These patches fix a couple of issues. First of all a few problems with ACS on x86 introduced in the last merge window, where ACS did not work on AMD and a NULL pointer dereference when there ran against SR-IOV devices. The patches fallen out of coccinelle checks fix a possible invalid memory reference and a possible memory leak. The other patches mostly fix build errors and warnings and a wrong return value." * tag 'iommu-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: iommu/amd: Fix ACS path checking iommu/intel: Fix ACS path checking iommu/amd: Fix pci_request_acs() call-place iommu/exynos: Fix build error iommu/tegra: smmu: Fix error initial value at domain_init iommu/tegra: smmu: Cleanup with lesser nest iommu: Add missing forward declaration in include file iommu: Include linux/types.h iommu/intel: add missing free_domain_mem iommu/tegra: remove invalid reference to list iterator variable
No related branches found
No related tags found
Showing
- drivers/iommu/amd_iommu.c 22 additions, 3 deletionsdrivers/iommu/amd_iommu.c
- drivers/iommu/amd_iommu_init.c 3 additions, 3 deletionsdrivers/iommu/amd_iommu_init.c
- drivers/iommu/exynos-iommu.c 3 additions, 3 deletionsdrivers/iommu/exynos-iommu.c
- drivers/iommu/intel-iommu.c 23 additions, 3 deletionsdrivers/iommu/intel-iommu.c
- drivers/iommu/tegra-smmu.c 10 additions, 7 deletionsdrivers/iommu/tegra-smmu.c
- include/linux/iommu.h 2 additions, 0 deletionsinclude/linux/iommu.h
Loading
Please register or sign in to comment