mbox series

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

Message ID 20190924143515.8810-1-julien.grall@arm.com
Headers show
Series Errata implementation and doc update | expand

Message

Julien Grall Sept. 24, 2019, 2:35 p.m. UTC
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(-)

Comments

Juergen Gross Sept. 24, 2019, 2:43 p.m. UTC | #1
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
Wei Liu Sept. 24, 2019, 2:51 p.m. UTC | #2
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>