[PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22

Oleksii Kurochko posted 1 patch 1 week, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/3111d0f6481046f6303e6d564ebafd381d763815.1783676659.git.oleksii.kurochko@gmail.com
There is a newer version of this series
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
Posted by Oleksii Kurochko 1 week, 6 days ago
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 CHANGELOG.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 356be88351a9..c6f1fcf5aeec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - On Arm:
    - Support for guest suspend and resume to/from RAM via vPSCI.
      Applies only to non-hardware domain guests.
+   - Armv8-r MPU support.
+   - Drop ThumbEE support.
+   - FF-A v1.2 Support.
+
+ - On RISC-V:
+   - SSTC extension support for Xen (not for guest yet)
+   - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
+     kernel, initrd and allocation related things for domain when device-tree
+     is used.
 
 ### Removed
  - On x86:
-- 
2.54.0
Re: [PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
Posted by Orzel, Michal 1 week, 6 days ago

On 10-Jul-26 11:45, Oleksii Kurochko wrote:
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> ---
>  CHANGELOG.md | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 356be88351a9..c6f1fcf5aeec 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   - On Arm:
>     - Support for guest suspend and resume to/from RAM via vPSCI.
>       Applies only to non-hardware domain guests.
> +   - Armv8-r MPU support.
It reads as if we completed the support which we didn't. We are just progressing
towards that. Maybe something like "Continued Armv8-R MPU enablement".

> +   - Drop ThumbEE support.
> +   - FF-A v1.2 Support.
s/Support/support/ to match above.

~Michal

> +
> + - On RISC-V:
> +   - SSTC extension support for Xen (not for guest yet)
> +   - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
> +     kernel, initrd and allocation related things for domain when device-tree
> +     is used.
>  
>  ### Removed
>   - On x86:
Re: [PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
Posted by Oleksii Kurochko 1 week, 6 days ago

On 7/10/26 12:16 PM, Orzel, Michal wrote:
> 
> 
> On 10-Jul-26 11:45, Oleksii Kurochko wrote:
>> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>> ---
>>   CHANGELOG.md | 9 +++++++++
>>   1 file changed, 9 insertions(+)
>>
>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>> index 356be88351a9..c6f1fcf5aeec 100644
>> --- a/CHANGELOG.md
>> +++ b/CHANGELOG.md
>> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>    - On Arm:
>>      - Support for guest suspend and resume to/from RAM via vPSCI.
>>        Applies only to non-hardware domain guests.
>> +   - Armv8-r MPU support.
> It reads as if we completed the support which we didn't. We are just progressing
> towards that. Maybe something like "Continued Armv8-R MPU enablement".
> 
>> +   - Drop ThumbEE support.
>> +   - FF-A v1.2 Support.
> s/Support/support/ to match above.
> 

I will apply all the suggestions.

Thanks!

~ Oleksii
Re: [PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
Posted by Jan Beulich 1 week, 6 days ago
On 10.07.2026 11:45, Oleksii Kurochko wrote:
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> ---
>  CHANGELOG.md | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 356be88351a9..c6f1fcf5aeec 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   - On Arm:
>     - Support for guest suspend and resume to/from RAM via vPSCI.
>       Applies only to non-hardware domain guests.
> +   - Armv8-r MPU support.
> +   - Drop ThumbEE support.
> +   - FF-A v1.2 Support.
> +
> + - On RISC-V:
> +   - SSTC extension support for Xen (not for guest yet)
> +   - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
> +     kernel, initrd and allocation related things for domain when device-tree
> +     is used.

The first item maybe (with - nit - a full stop added). The second item I'm
having a hard time seeing how it could be relevant to anyone, until guests
can actually be created / started in at least a minimalist way.

Jan
Re: [PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
Posted by Oleksii Kurochko 1 week, 6 days ago

On 7/10/26 12:07 PM, Jan Beulich wrote:
> On 10.07.2026 11:45, Oleksii Kurochko wrote:
>> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>> ---
>>   CHANGELOG.md | 9 +++++++++
>>   1 file changed, 9 insertions(+)
>>
>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>> index 356be88351a9..c6f1fcf5aeec 100644
>> --- a/CHANGELOG.md
>> +++ b/CHANGELOG.md
>> @@ -46,6 +46,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>    - On Arm:
>>      - Support for guest suspend and resume to/from RAM via vPSCI.
>>        Applies only to non-hardware domain guests.
>> +   - Armv8-r MPU support.
>> +   - Drop ThumbEE support.
>> +   - FF-A v1.2 Support.
>> +
>> + - On RISC-V:
>> +   - SSTC extension support for Xen (not for guest yet)
>> +   - Add support of CONFIG_DOMAIN_BUILD_HELPERS which allows to load Linux
>> +     kernel, initrd and allocation related things for domain when device-tree
>> +     is used.
> 
> The first item maybe (with - nit - a full stop added). 

I will add it.

> The second item I'm
> having a hard time seeing how it could be relevant to anyone, until guests
> can actually be created / started in at least a minimalist way.

It shows that we are progressing on that way to boot guest. Maybe the 
following rewording of this item would be better:
   Introduce domain build helpers for device tree-based domains, laying 
the groundwork for guest boot support.

~ Oleksii