Hi Linus, The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468: Linux 4.8-rc3 (2016-08-21 16:14:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.8-rc3 for you to fetch changes up to 4df36185bb364f9727d1c0816acac3b9a5ae2603: Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes (2016-08-22 12:33:56 +0200) ---------------------------------------------------------------- IOMMU Fixes for Linux v4.8-rc3: From Will Deacon: * Fix a couple of thinkos in the CMDQ error handling and short-descriptor page table code that have been there since day one * Disable stalling faults, since they may result in hardware deadlock * Fix an accidental BUG() when passing disable_bypass=1 on the cmdline ---------------------------------------------------------------- Joerg Roedel (1): Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes Robin Murphy (1): iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocks Will Deacon (3): iommu/arm-smmu: Fix CMDQ error handling iommu/arm-smmu: Disable stalling faults for all endpoints iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass drivers/iommu/arm-smmu-v3.c | 7 +++++-- drivers/iommu/arm-smmu.c | 34 +++++++--------------------------- drivers/iommu/io-pgtable-arm-v7s.c | 4 +++- 3 files changed, 15 insertions(+), 30 deletions(-) Please pull. Thanks, Joerg