From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: [GIT PULL] iommu/arm-smmu: fixes for 3.15 Date: Tue, 15 Apr 2014 17:21:06 +0100 Message-ID: <20140415162106.GN17408@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org Cc: marc.zyngier-5wv7dgnIgG8@public.gmane.org, binw-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org Hi Joerg, Please can you pull the following two ARM SMMU fixes for 3.15? They address a problem with unmap return codes and a panic when unmapping a buffer larger than 2MB. Cheers, Will --->8 The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) 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 aca1bc4595c5757f01167ab5bfef2a4f8edfcf4f: iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte (2014-04-15 12:23:11 +0100) ---------------------------------------------------------------- Bin Wang (1): iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte Laurent Pinchart (1): iommu/arm-smmu: Return 0 on unmap failure drivers/iommu/arm-smmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 15 Apr 2014 17:21:06 +0100 Subject: [GIT PULL] iommu/arm-smmu: fixes for 3.15 Message-ID: <20140415162106.GN17408@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Joerg, Please can you pull the following two ARM SMMU fixes for 3.15? They address a problem with unmap return codes and a panic when unmapping a buffer larger than 2MB. Cheers, Will --->8 The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) 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 aca1bc4595c5757f01167ab5bfef2a4f8edfcf4f: iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte (2014-04-15 12:23:11 +0100) ---------------------------------------------------------------- Bin Wang (1): iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte Laurent Pinchart (1): iommu/arm-smmu: Return 0 on unmap failure drivers/iommu/arm-smmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)