Hi Linus, The following changes since commit bc465aa9d045feb0e13b4a8f32cc33c1943f62d6: Linux 4.0-rc5 (2015-03-22 16:50:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.0-rc6 for you to fetch changes up to 509fca899d5682a6eee3d1fb70bba7c89439034b: iommu/vt-d: Remove unused variable (2015-03-24 15:39:26 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v4.0-rc6 This contains fixes for: * A VT-d issue where hardware domain-ids might be freed while still in use. * An ipmmu-vmsa issue where where the device-table was not zero terminated * Unchecked register access issue in the arm-smmu driver ---------------------------------------------------------------- Alex Williamson (2): iommu/vt-d: Detach domain *only* from attached iommus iommu/vt-d: Remove unused variable Axel Lin (1): iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids Baptiste Reynal (1): iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition drivers/iommu/arm-smmu.c | 9 ++++++--- drivers/iommu/intel-iommu.c | 7 +++---- drivers/iommu/ipmmu-vmsa.c | 1 + 3 files changed, 10 insertions(+), 7 deletions(-) Please pull. Thanks, Joerg