[v2,6.4,0/4] ARM SMMUv3 errata for 6.4

Message ID 20230802172620.1628017-1-eahariha@linux.microsoft.com
Headers
Series ARM SMMUv3 errata for 6.4 |

Message

Easwar Hariharan Aug. 2, 2023, 5:26 p.m. UTC
  Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: iommu@lists.linux.dev

Changelog:
==========
v1 -> v2:
 - Backport other relevant errata patches from the same series as MMU-700 erratum 2812531
 - v1 link: https://lore.kernel.org/stable/20230724185130.1676140-1-eahariha@linux.microsoft.com/T/#u

Robin Murphy (4):
  iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
  iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
  iommu/arm-smmu-v3: Add explicit feature for nesting
  iommu/arm-smmu-v3: Document nesting-related errata

 Documentation/arm64/silicon-errata.rst      |  4 ++
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 50 +++++++++++++++++++++
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h |  8 ++++
 3 files changed, 62 insertions(+)
  

Comments

Greg KH Aug. 4, 2023, 11:19 a.m. UTC | #1
On Wed, Aug 02, 2023 at 05:26:16PM +0000, Easwar Hariharan wrote:
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will@kernel.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Robin Murphy <robin.murphy@arm.com>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-doc@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: iommu@lists.linux.dev
> 
> Changelog:
> ==========
> v1 -> v2:
>  - Backport other relevant errata patches from the same series as MMU-700 erratum 2812531
>  - v1 link: https://lore.kernel.org/stable/20230724185130.1676140-1-eahariha@linux.microsoft.com/T/#u
> 
> Robin Murphy (4):
>   iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
>   iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
>   iommu/arm-smmu-v3: Add explicit feature for nesting
>   iommu/arm-smmu-v3: Document nesting-related errata
> 
>  Documentation/arm64/silicon-errata.rst      |  4 ++
>  drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 50 +++++++++++++++++++++
>  drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h |  8 ++++
>  3 files changed, 62 insertions(+)
> 
> -- 
> 2.25.1
> 

All now queued up, thanks.

greg k-h