Hi Linus, The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6: Linux 3.19-rc2 (2014-12-28 16:49:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.19-rc3 for you to fetch changes up to 2c0ee8b85aae427fa8432788ddf05c8a87510657: iommu/rockchip: Drop owner assignment from platform_drivers (2015-01-05 12:40:06 +0100) ---------------------------------------------------------------- IOMMU Fixes for Linux v3.19-rc3 Including: * A domain structure leak fix in the Intel VT-d driver * Compile error fix for the VMSA IPMMU driver because of the IOMMU_EXEC -> IOMMU_NOEXEC conversion * Two small cleanups as an aftermath of the merge window and the domain-leak fix ---------------------------------------------------------------- Joerg Roedel (2): iommu/vt-d: Fix dmar_domain leak in iommu_attach_device iommu/vt-d: Remove dead code in device_notifier Laurent Pinchart (1): iommu/ipmmu-vmsa: Change IOMMU_EXEC to IOMMU_NOEXEC Wolfram Sang (1): iommu/rockchip: Drop owner assignment from platform_drivers drivers/iommu/intel-iommu.c | 12 ++++-------- drivers/iommu/ipmmu-vmsa.c | 6 +++--- drivers/iommu/rockchip-iommu.c | 1 - 3 files changed, 7 insertions(+), 12 deletions(-) Please pull. Thanks, Joerg