All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: Leonid Komarianskyi <Leonid_Komarianskyi@epam.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: "olekstysh@gmail.com" <olekstysh@gmail.com>,
	Community Manager <community.manager@xenproject.org>
Subject: Re: [PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support
Date: Thu, 28 Aug 2025 15:37:56 +0200	[thread overview]
Message-ID: <bce5e07c-eee7-481b-a833-4d5d8bbce78f@gmail.com> (raw)
In-Reply-To: <9dc68c29751aeacf37b51d3bd345e87e9a0f0ccf.1756216943.git.leonid_komarianskyi@epam.com>

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]


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:

[-- Attachment #2: Type: text/html, Size: 1873 bytes --]

  reply	other threads:[~2025-08-28 13:38 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26 14:05 [PATCH v3 00/11] Subject: [PATCH v3 00/11] Introduce eSPI support Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 01/11] xen/arm: gicv3: refactor obtaining GIC addresses for common operations Leonid Komarianskyi
2025-08-26 19:47   ` Volodymyr Babchuk
2025-08-26 14:05 ` [PATCH v3 02/11] xen/arm: gic: implement helper functions for INTID checks Leonid Komarianskyi
2025-08-26 19:49   ` Volodymyr Babchuk
2025-08-26 19:53     ` Volodymyr Babchuk
2025-08-26 14:05 ` [PATCH v3 06/11] xen/arm/irq: allow eSPI processing in the do_IRQ function Leonid Komarianskyi
2025-08-26 22:30   ` Volodymyr Babchuk
2025-08-27 10:00     ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 03/11] xen/arm: vgic: implement helper functions for virq checks Leonid Komarianskyi
2025-08-26 20:02   ` Volodymyr Babchuk
2025-08-27  8:25     ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 05/11] xen/arm: gicv3: implement handling of GICv3.1 eSPI Leonid Komarianskyi
2025-08-26 22:25   ` Volodymyr Babchuk
2025-08-27  9:56     ` Leonid Komarianskyi
2025-08-27 10:25   ` Oleksandr Tyshchenko
2025-08-27 13:38     ` Leonid Komarianskyi
2025-08-27 13:57       ` Oleksandr Tyshchenko
2025-08-26 14:05 ` [PATCH v3 04/11] xen/arm/irq: add handling for IRQs in the eSPI range Leonid Komarianskyi
2025-08-26 20:16   ` Volodymyr Babchuk
2025-08-27  6:35   ` Oleksandr Tyshchenko
2025-08-27 13:22     ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 09/11] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs Leonid Komarianskyi
2025-08-26 23:08   ` Volodymyr Babchuk
2025-08-27 10:25     ` Leonid Komarianskyi
2025-08-27 12:01       ` Oleksandr Tyshchenko
2025-08-27 13:47         ` Leonid Komarianskyi
2025-08-27 15:01         ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 08/11] xen/arm: vgic: add resource management for extended SPIs Leonid Komarianskyi
2025-08-26 23:00   ` Volodymyr Babchuk
2025-08-27 10:11     ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 07/11] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing Leonid Komarianskyi
2025-08-26 22:40   ` Volodymyr Babchuk
2025-08-26 14:05 ` [PATCH v3 11/11] CHANGELOG.md: add mention of GICv3.1 eSPI support Leonid Komarianskyi
2025-08-28 13:37   ` Oleksii Kurochko [this message]
2025-08-28 16:45     ` Leonid Komarianskyi
2025-08-26 14:05 ` [PATCH v3 10/11] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers Leonid Komarianskyi
2025-08-26 19:57   ` Oleksandr Tyshchenko
2025-08-27 11:13     ` Leonid Komarianskyi
2025-08-27 13:44       ` Oleksandr Tyshchenko
2025-08-27 14:41         ` Leonid Komarianskyi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bce5e07c-eee7-481b-a833-4d5d8bbce78f@gmail.com \
    --to=oleksii.kurochko@gmail.com \
    --cc=Leonid_Komarianskyi@epam.com \
    --cc=community.manager@xenproject.org \
    --cc=olekstysh@gmail.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.