Hi Linus, The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.6-rc1 for you to fetch changes up to 31fe943599b7e5870edb9decb7fbb9538b218f26: iommu/amd: Fix ACS path checking (2012-08-06 18:10:04 +0200) ---------------------------------------------------------------- IOMMU fixes for Linux v3.6-rc1 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. ---------------------------------------------------------------- Alex Williamson (2): iommu/intel: Fix ACS path checking iommu/amd: Fix ACS path checking Hiroshi Doyu (2): iommu/tegra: smmu: Cleanup with lesser nest iommu/tegra: smmu: Fix error initial value at domain_init Joerg Roedel (2): iommu: Add missing forward declaration in include file iommu/amd: Fix pci_request_acs() call-place Julia Lawall (2): iommu/tegra: remove invalid reference to list iterator variable iommu/intel: add missing free_domain_mem Sachin Kamat (1): iommu/exynos: Fix build error Thierry Reding (1): iommu: Include linux/types.h drivers/iommu/amd_iommu.c | 25 ++++++++++++++++++++++--- drivers/iommu/amd_iommu_init.c | 6 +++--- drivers/iommu/exynos-iommu.c | 6 +++--- drivers/iommu/intel-iommu.c | 26 +++++++++++++++++++++++--- drivers/iommu/tegra-smmu.c | 17 ++++++++++------- include/linux/iommu.h | 2 ++ 6 files changed, 63 insertions(+), 19 deletions(-) Please pull. Regards, Joerg