From: Philippe Gerum <rpm@xenomai.org>
To: Florian Bezdeka <florian.bezdeka@siemens.com>
Cc: xenomai@lists.linux.dev
Subject: Re: [PATCH Dovetail 6.17] arm64: irq_pipeline: fix IPI mapping
Date: Fri, 09 Jan 2026 17:06:38 +0100 [thread overview]
Message-ID: <87wm1qixdd.fsf@xenomai.org> (raw)
In-Reply-To: <20260109114034.1094081-1-florian.bezdeka@siemens.com> (Florian Bezdeka's message of "Fri, 9 Jan 2026 12:40:34 +0100")
Florian Bezdeka <florian.bezdeka@siemens.com> writes:
> While the commit mentioned below touched ipi_setup_sgi(), ipi_setup_lgi()
> was forgotten.
>
> Fixes: 7e7b969ce82f ("arm64: irq_pipeline: fix IPI mapping")
>
> Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
> ---
> arch/arm64/kernel/smp.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> With that one applied 6.17 seems to be in a stable state again.
>
> diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
> index 8ceb41ff0253c..d89b659231614 100644
> --- a/arch/arm64/kernel/smp.c
> +++ b/arch/arm64/kernel/smp.c
> @@ -1219,8 +1219,8 @@ static void ipi_setup_lpi(int ipi, int ncpus)
> * be mapped, so that arm64_send_ipi() can read any IPI desc.
> */
> if (irqs_pipelined())
> - for (i = ipi + 1; i < nr_ipi; i++)
> - get_ipi_desc(cpu, i) = irq_to_desc(irq);
> + for (i = OOB_IPI_OFFSET; i < OOB_NR_IPI + OOB_IPI_OFFSET; i++)
> + get_ipi_desc(cpu, i) = irq_to_desc(irq + i);
> }
> }
Merged, thanks.
--
Philippe.
prev parent reply other threads:[~2026-01-09 16:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-09 11:40 [PATCH Dovetail 6.17] arm64: irq_pipeline: fix IPI mapping Florian Bezdeka
2026-01-09 16:06 ` Philippe Gerum [this message]
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=87wm1qixdd.fsf@xenomai.org \
--to=rpm@xenomai.org \
--cc=florian.bezdeka@siemens.com \
--cc=xenomai@lists.linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox