diff mbox series

[for-4.15,4/7] CHANGELOG.md: Mention various ARM errata

Message ID 20210401133827.362216-4-george.dunlap@citrix.com (mailing list archive)
State New, archived
Headers show
Series [for-4.15,1/7] CHANGELOG.md: Mention XEN_SCRIPT_DIR | expand

Commit Message

George Dunlap April 1, 2021, 1:38 p.m. UTC
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
---
CC: Ian Jackson <ian.jackson@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Julien Grall <julien@xen.org>
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Beulich April 1, 2021, 2:13 p.m. UTC | #1
On 01.04.2021 15:38, George Dunlap wrote:
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
>   - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
>   - Some additional affordances in various xl subcommands.
> + - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522

May I suggest "Added workarounds for ..."?

Jan
Julien Grall April 1, 2021, 4:14 p.m. UTC | #2
Hi,

On 01/04/2021 15:13, Jan Beulich wrote:
> On 01.04.2021 15:38, George Dunlap wrote:
>> --- a/CHANGELOG.md
>> +++ b/CHANGELOG.md
>> @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>    - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
>>    - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
>>    - Some additional affordances in various xl subcommands.
>> + - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522
> 
> May I suggest "Added workarounds for ..."?

+1

With that:

Acked-by: Julien Grall <jgrall@amazon.com>

> 
> Jan
>
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a12dab1c33..b3325a8371 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
  - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
  - Some additional affordances in various xl subcommands.
+ - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522
 
 ### Removed / support downgraded