[PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support

Leonid Komarianskyi posted 11 patches 2 months ago
[PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support
Posted by Leonid Komarianskyi 2 months ago
The GICv3.1 eSPI (Extended Shared Peripheral Interrupts) range is
already supported with CONFIG_GICV3_ESPI enabled, so this feature should
be mentioned in CHANGELOG.md.

Signed-off-by: Leonid Komarianskyi <leonid_komarianskyi@epam.com>

---
Changes in V3:
- introduced this patch
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f31ca08fe..dc34d29d99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
  - On Arm:
     - Ability to enable stack protector
+    - GICv3.1 eSPI support
 
 ### Removed
  - On x86:
-- 
2.34.1
Re: [PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support
Posted by Oleksii Kurochko 2 months ago
On 8/26/25 4:05 PM, Leonid Komarianskyi wrote:
> The GICv3.1 eSPI (Extended Shared Peripheral Interrupts) range is
> already supported with CONFIG_GICV3_ESPI enabled, so this feature should
> be mentioned in CHANGELOG.md.
>
> Signed-off-by: Leonid Komarianskyi<leonid_komarianskyi@epam.com>
>
> ---
> Changes in V3:
> - introduced this patch
> ---
>   CHANGELOG.md | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 5f31ca08fe..dc34d29d99 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   
>    - On Arm:
>       - Ability to enable stack protector
> +    - GICv3.1 eSPI support

For clarity, I think it would be helpful to add a brief explanation of what eSPI is
(as you did in the commit message) and also mention “for Xen and guest domains” or
something similar.

With that:
  Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii


>   
>   ### Removed
>    - On x86:
Re: [PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support
Posted by Leonid Komarianskyi 2 months ago
Hi Oleksii,

Thank you for your review.

On 28.08.25 16:37, Oleksii Kurochko wrote:
> 
> On 8/26/25 4:05 PM, Leonid Komarianskyi wrote:
>> The GICv3.1 eSPI (Extended Shared Peripheral Interrupts) range is
>> already supported with CONFIG_GICV3_ESPI enabled, so this feature should
>> be mentioned in CHANGELOG.md.
>>
>> Signed-off-by: Leonid Komarianskyi<leonid_komarianskyi@epam.com>
>>
>> ---
>> Changes in V3:
>> - introduced this patch
>> ---
>>   CHANGELOG.md | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>> index 5f31ca08fe..dc34d29d99 100644
>> --- a/CHANGELOG.md
>> +++ b/CHANGELOG.md
>> @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>   
>>    - On Arm:
>>       - Ability to enable stack protector
>> +    - GICv3.1 eSPI support
> 
> For clarity, I think it would be helpful to add a brief explanation of what eSPI is
> (as you did in the commit message) and also mention “for Xen and guest domains” or
> something similar.
> 
> With that:
>   Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>
> 
> Thanks.
> 
> ~ Oleksii
> 
> 
>>   
>>   ### Removed
>>    - On x86:

Yes, it will be useful. I will update it in V5 to:
'GICv3.1 eSPI (Extended Shared Peripheral Interrupts) support for Xen 
and guest domains.'

Best regards,
Leonid.