From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 22 Mar 2017 18:38:50 +0000 Subject: [GIT PULL] iommu/arm-smmu: Fixes for 4.11 Message-ID: <20170322183849.GG13077@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Joerg, Please pull these two ARM io-pgtable fixes from Oleksandr for 4.11. They're not critical, but they mean that we detect misuses in the iommu_{map,unmap} API instead of deferencing junk pointers in the kernel. I've had them queued locally for a while, so Robin and I have given them a fair workout. Thanks, Will --->8 The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/fixes for you to fetch changes up to a03849e7210277fa212779b7cd9c30e1ab6194b2: iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it (2017-03-10 18:23:34 +0000) ---------------------------------------------------------------- Oleksandr Tyshchenko (2): iommu/io-pgtable-arm: Check for leaf entry before dereferencing it iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it drivers/iommu/io-pgtable-arm-v7s.c | 6 +++++- drivers/iommu/io-pgtable-arm.c | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-)