[Xen-devel] [PATCH for-4.13 v2 0/2] Errata implementation and doc update

Julien Grall posted 2 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190924143515.8810-1-julien.grall@arm.com
SUPPORT.md                                 | 50 +++++++++++++++---------------
docs/INDEX                                 |  6 ++--
docs/features/livepatch.pandoc             |  2 +-
docs/features/sched_rtds.pandoc            |  2 +-
docs/hypervisor-guide/code-coverage.rst    |  2 +-
docs/man/xl.cfg.5.pod.in                   |  8 ++---
docs/misc/arm/booting.txt                  | 10 +++---
docs/misc/arm/device-tree/guest.txt        |  4 +--
docs/misc/arm/early-printk.txt             |  2 +-
docs/misc/arm/silicon-errata.txt           | 24 +++++++-------
docs/misc/console.txt                      |  2 +-
docs/misc/efi.pandoc                       |  2 +-
docs/misc/livepatch.pandoc                 |  8 ++---
docs/misc/xen-command-line.pandoc          | 22 ++++++-------
docs/process/xen-release-management.pandoc |  2 +-
docs/specs/libxc-migration-stream.pandoc   |  6 ++--
docs/specs/libxl-migration-stream.pandoc   |  2 +-
xen/arch/arm/cpuerrata.c                   | 10 ++++++
18 files changed, 88 insertions(+), 76 deletions(-)
[Xen-devel] [PATCH for-4.13 v2 0/2] Errata implementation and doc update
Posted by Julien Grall 6 years, 1 month ago
Hi all,

The two patches are not related but the second one dependends on the first
one. So I decided to merge them together.

Cheers,

Julien Grall (2):
  xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT
    speculate
  docs: Replace all instance of ARM by Arm

 SUPPORT.md                                 | 50 +++++++++++++++---------------
 docs/INDEX                                 |  6 ++--
 docs/features/livepatch.pandoc             |  2 +-
 docs/features/sched_rtds.pandoc            |  2 +-
 docs/hypervisor-guide/code-coverage.rst    |  2 +-
 docs/man/xl.cfg.5.pod.in                   |  8 ++---
 docs/misc/arm/booting.txt                  | 10 +++---
 docs/misc/arm/device-tree/guest.txt        |  4 +--
 docs/misc/arm/early-printk.txt             |  2 +-
 docs/misc/arm/silicon-errata.txt           | 24 +++++++-------
 docs/misc/console.txt                      |  2 +-
 docs/misc/efi.pandoc                       |  2 +-
 docs/misc/livepatch.pandoc                 |  8 ++---
 docs/misc/xen-command-line.pandoc          | 22 ++++++-------
 docs/process/xen-release-management.pandoc |  2 +-
 docs/specs/libxc-migration-stream.pandoc   |  6 ++--
 docs/specs/libxl-migration-stream.pandoc   |  2 +-
 xen/arch/arm/cpuerrata.c                   | 10 ++++++
 18 files changed, 88 insertions(+), 76 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH for-4.13 v2 0/2] Errata implementation and doc update
Posted by Jürgen Groß 6 years, 1 month ago
On 24.09.19 16:35, Julien Grall wrote:
> Hi all,
> 
> The two patches are not related but the second one dependends on the first
> one. So I decided to merge them together.
> 
> Cheers,
> 
> Julien Grall (2):
>    xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT
>      speculate
>    docs: Replace all instance of ARM by Arm

For the series:

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH for-4.13 v2 0/2] Errata implementation and doc update
Posted by Wei Liu 6 years, 1 month ago
On Tue, Sep 24, 2019 at 03:35:13PM +0100, Julien Grall wrote:
> Hi all,
> 
> The two patches are not related but the second one dependends on the first
> one. So I decided to merge them together.
> 
> Cheers,
> 
> Julien Grall (2):
>   xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT
>     speculate
>   docs: Replace all instance of ARM by Arm

Acked-by: Wei Liu <wl@xen.org>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel