Hi Linus, The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: Linux 3.3-rc6 (2012-03-03 17:08:09 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git iommu/fixes or as a signed tag at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git iommu-fixes-v3.3-rc6 Jan Beulich (1): x86/amd: iommu_set_device_table() must not be __init Ohad Ben-Cohen (1): ARM: OMAP: fix iommu, not mailbox arch/arm/mach-omap2/mailbox.c | 3 +-- arch/arm/mach-omap2/omap-iommu.c | 3 ++- drivers/iommu/amd_iommu_init.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Two fixes are queued up. The first is an additional fix for the OMAP initialization order issue and the second patch fixes a possible section mismatch which can lead to a kernel crash in the AMD IOMMU driver when suspend/resume is used and the compiler has not inlined the iommu_set_device_table function. The top-commit id on my local machine is 6b7f000eb6a0b81d7a809833edb7a457eedf8512 Please pull. Thanks, Joerg