mbox

[GIT,PULL] iommu/arm-smmu: updates for 4.1

Message ID 20150327172146.GM1562@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

Message

Will Deacon March 27, 2015, 5:21 p.m. UTC
Hi Joerg,

Please pull the following ARM SMMU updates for 4.1. The biggest change
here is proper support for PCI DMA aliases (tested on real hardware) but
there are a handful of minor (non-regression) fixes too.

Will

--->8

The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:

  Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

for you to fetch changes up to 63979b8da30013ce58d8447f34dde60802d1ccba:

  iommu/io-pgtable-arm: avoid speculative walks through TTBR1 (2015-03-27 13:39:36 +0000)

----------------------------------------------------------------
Robin Murphy (1):
      iommu/arm-smmu: set a more appropriate DMA mask

Will Deacon (3):
      iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
      iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
      iommu/io-pgtable-arm: avoid speculative walks through TTBR1

 drivers/iommu/arm-smmu.c       | 125 ++++++++++++++++++++++++++---------------
 drivers/iommu/io-pgtable-arm.c |   5 ++
 2 files changed, 85 insertions(+), 45 deletions(-)

Comments

Joerg Roedel March 31, 2015, 1:40 p.m. UTC | #1
On Fri, Mar 27, 2015 at 05:21:46PM +0000, Will Deacon wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates

Pulled, but ...

> Robin Murphy (1):
>       iommu/arm-smmu: set a more appropriate DMA mask
> 
> Will Deacon (3):
>       iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
>       iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
>       iommu/io-pgtable-arm: avoid speculative walks through TTBR1

... next time please make sure the commit subjects start with capital
letters after the colon.

Thanks,

	Joerg