All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: xenomai@xenomai.org
Subject: Re: [dovetail 6.1.y-cip][PATCH 2/3] arm64: fpsimd: dovetail: drop redundant hard irqs disabling
Date: Mon, 27 Oct 2025 17:07:21 +0100	[thread overview]
Message-ID: <87qzuo5nwm.fsf@xenomai.org> (raw)
In-Reply-To: <0f63813f-d16f-444e-8efd-7b1c4598cf7a@siemens.com> (Jan Kiszka's message of "Mon, 27 Oct 2025 17:01:19 +0100")

Jan Kiszka <jan.kiszka@siemens.com> writes:

> On 19.09.25 08:55, Jan Kiszka wrote:
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>> 
>> fpsimd_save_and_flush_cpu_state() itself does take care of this.
>> 
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>>  arch/arm64/kernel/fpsimd.c | 4 ----
>>  1 file changed, 4 deletions(-)
>> 
>> diff --git a/arch/arm64/kernel/fpsimd.c b/arch/arm64/kernel/fpsimd.c
>> index ba804fcdfdb3f..f915706332191 100644
>> --- a/arch/arm64/kernel/fpsimd.c
>> +++ b/arch/arm64/kernel/fpsimd.c
>> @@ -2148,13 +2148,9 @@ void __efi_fpsimd_end(void)
>>  static int fpsimd_cpu_pm_notifier(struct notifier_block *self,
>>  				  unsigned long cmd, void *v)
>>  {
>> -	unsigned long flags;
>> -
>>  	switch (cmd) {
>>  	case CPU_PM_ENTER:
>> -		flags = hard_cond_local_irq_save();
>>  		fpsimd_save_and_flush_cpu_state();
>> -		hard_cond_local_irq_restore(flags);
>>  		break;
>>  	case CPU_PM_EXIT:
>>  		break;
>
> And this one for 6.1 should also be merged. The changes in patch 1 and 3
> found their way into v6.1.y-cip-dovetail-rebase in the meantime, as it
> looks like.
>
> BTW, a new release for 6.1 would be good as well then, to get all of
> this tagged.
>

There is a set of fixes for the oob network stack coming shortly, rebase
over stable is planned right after (Wednesday).

-- 
Philippe.

  reply	other threads:[~2025-10-27 16:07 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-19  6:55 [dovetail 6.1.y-cip][PATCH 0/3] fpsimd fixes and cleanups Jan Kiszka
2025-09-19  6:55 ` [dovetail 6.1.y-cip][PATCH 1/3] arm64: fpsimd: dovetail: Hard-disable interrupts inside fpsimd_save_and_flush_cpu_state Jan Kiszka
2025-09-19  7:18   ` Jan Kiszka
2025-09-19  9:20     ` Jan Kiszka
2025-09-23 18:51   ` Philippe Gerum
2025-09-25 12:40     ` Jan Kiszka
2025-09-25 12:47       ` Florian Bezdeka
2025-09-25 12:49         ` Jan Kiszka
2025-09-25 12:57           ` Florian Bezdeka
2025-09-25 13:00             ` Jan Kiszka
2025-09-25 13:03               ` Florian Bezdeka
2025-09-25 13:05                 ` Jan Kiszka
2025-09-27 17:53             ` Philippe Gerum
2025-09-27 18:54               ` Florian Bezdeka
2025-10-08 13:35                 ` Bezdeka, Florian
2025-11-18 10:55                   ` Florian Bezdeka
2025-11-18 12:29                     ` Jan Kiszka
2025-09-19  6:55 ` [dovetail 6.1.y-cip][PATCH 2/3] arm64: fpsimd: dovetail: drop redundant hard irqs disabling Jan Kiszka
2025-10-27 16:01   ` Jan Kiszka
2025-10-27 16:07     ` Philippe Gerum [this message]
2025-09-19  6:55 ` [dovetail 6.1.y-cip][PATCH 3/3] arm64: fpsimd: dovetail: Drop extra condition from WARN_ON Jan Kiszka
2025-09-23 18:52   ` Philippe Gerum
2025-09-23 19:02     ` Philippe Gerum

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=87qzuo5nwm.fsf@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.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.