All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Easwar Hariharan <eahariha@linux.microsoft.com>
Cc: stable@vger.kernel.org, easwar.hariharan@microsoft.com,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>, Jonathan Corbet <corbet@lwn.net>,
	Robin Murphy <robin.murphy@arm.com>,
	Joerg Roedel <joro@8bytes.org>,
	linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, iommu@lists.linux.dev
Subject: Re: [PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
Date: Fri, 4 Aug 2023 13:19:59 +0200	[thread overview]
Message-ID: <2023080452-rewire-ashy-3a7f@gregkh> (raw)
In-Reply-To: <20230802172620.1628017-1-eahariha@linux.microsoft.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Easwar Hariharan <eahariha@linux.microsoft.com>
Cc: stable@vger.kernel.org, easwar.hariharan@microsoft.com,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>, Jonathan Corbet <corbet@lwn.net>,
	Robin Murphy <robin.murphy@arm.com>,
	Joerg Roedel <joro@8bytes.org>,
	linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, iommu@lists.linux.dev
Subject: Re: [PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
Date: Fri, 4 Aug 2023 13:19:59 +0200	[thread overview]
Message-ID: <2023080452-rewire-ashy-3a7f@gregkh> (raw)
In-Reply-To: <20230802172620.1628017-1-eahariha@linux.microsoft.com>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-08-04 11:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-02 17:26 [PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4 Easwar Hariharan
2023-08-02 17:26 ` Easwar Hariharan
2023-08-02 17:26 ` [PATCH v2 6.4 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 Easwar Hariharan
2023-08-02 17:26   ` Easwar Hariharan
2023-08-04 10:47   ` Patch "iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982" has been added to the 6.4-stable tree gregkh
2023-08-04 10:47     ` gregkh
2023-08-02 17:26 ` [PATCH v2 6.4 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 Easwar Hariharan
2023-08-02 17:26   ` Easwar Hariharan
2023-08-04 10:47   ` Patch "iommu/arm-smmu-v3: Document MMU-700 erratum 2812531" has been added to the 6.4-stable tree gregkh
2023-08-04 10:47     ` gregkh
2023-08-02 17:26 ` [PATCH v2 6.4 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting Easwar Hariharan
2023-08-02 17:26   ` Easwar Hariharan
2023-08-04 10:47   ` Patch "iommu/arm-smmu-v3: Add explicit feature for nesting" has been added to the 6.4-stable tree gregkh
2023-08-04 10:47     ` gregkh
2023-08-02 17:26 ` [PATCH v2 6.4 4/4] iommu/arm-smmu-v3: Document nesting-related errata Easwar Hariharan
2023-08-02 17:26   ` Easwar Hariharan
2023-08-04 10:47   ` Patch "iommu/arm-smmu-v3: Document nesting-related errata" has been added to the 6.4-stable tree gregkh
2023-08-04 10:47     ` gregkh
2023-08-04 11:19 ` Greg KH [this message]
2023-08-04 11:19   ` [PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2023080452-rewire-ashy-3a7f@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=eahariha@linux.microsoft.com \
    --cc=easwar.hariharan@microsoft.com \
    --cc=iommu@lists.linux.dev \
    --cc=joro@8bytes.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=stable@vger.kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.