From: Philippe Gerum <rpm@xenomai.org>
To: Florian Bezdeka <florian.bezdeka@siemens.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>, Xenomai <xenomai@lists.linux.dev>
Subject: Re: [PATCH] dovetail: Fix interrupt re-enabling after hibernation
Date: Fri, 21 Mar 2025 14:31:58 +0100 [thread overview]
Message-ID: <87ldsyldbl.fsf@xenomai.org> (raw)
In-Reply-To: <1b298aee5042ea0948591be9e5922f204fcc22b6.camel@siemens.com> (Florian Bezdeka's message of "Fri, 21 Mar 2025 13:51:39 +0100")
Florian Bezdeka <florian.bezdeka@siemens.com> writes:
> On Fri, 2025-03-21 at 08:51 +0100, Philippe Gerum wrote:
>> Jan Kiszka <jan.kiszka@siemens.com> writes:
>>
>> > From: Jan Kiszka <jan.kiszka@siemens.com>
>> >
>> > We had unbalanced hard_cond_local_irq_disable here so far.
>> >
>> > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> > ---
>> >
>> > Minus one hunk that is already in current 6.12.y, this needs to be
>> > applied to older stable versions as well.
>> >
>> > kernel/power/hibernate.c | 3 +++
>> > 1 file changed, 3 insertions(+)
>> >
>> > diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
>> > index 733b1a196f09e..e1c05f276a453 100644
>> > --- a/kernel/power/hibernate.c
>> > +++ b/kernel/power/hibernate.c
>> > @@ -352,6 +352,7 @@ static int create_image(int platform_mode)
>> > syscore_resume();
>> >
>> > Enable_irqs:
>> > + hard_cond_local_irq_enable();
>> > system_state = SYSTEM_RUNNING;
>> > local_irq_enable();
>> >
>> > @@ -522,6 +523,7 @@ static int resume_target_kernel(bool platform_mode)
>> > syscore_resume();
>> >
>> > Enable_irqs:
>> > + hard_cond_local_irq_enable();
>> > system_state = SYSTEM_RUNNING;
>> > local_irq_enable();
>> >
>> > @@ -628,6 +630,7 @@ int hibernation_platform_enter(void)
>> > Power_up:
>> > syscore_resume();
>> > Enable_irqs:
>> > + hard_cond_local_irq_enable();
>> > system_state = SYSTEM_RUNNING;
>> > local_irq_enable();
>>
>> Merged into v6.12 and backported to v6.1.y-cip, thanks.
>
> Sorry, but I have to highlight that this patch does not help at all.
> Testing shows that we already "hang" when trying to hibernate. We never
> make it into the "wakeup" path.
>
> I think the "process" we followed here is broken. First we have to
> implement and *TEST* things in latest development branches and once we
> are sure we fully addressed the problem back porting can happen.
The point is that this has never been a new and/or untested feature, we
may be seeing a regression on all versions of a feature that did work
for ages, the story does not start with v6.14. Now, the tricky issue
with hibernation is not necessarily in the code paths above, but most
likely in one of the many suspend/resume handlers, which are per-driver
beasts. First of all, we need to define a test configuration with
suspend/resume code which is known to work.
--
Philippe.
next prev parent reply other threads:[~2025-03-21 13:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-20 16:41 [PATCH] dovetail: Fix interrupt re-enabling after hibernation Jan Kiszka
2025-03-20 16:50 ` Florian Bezdeka
2025-03-20 17:04 ` Jan Kiszka
2025-03-20 18:49 ` Philippe Gerum
2025-03-20 18:51 ` Philippe Gerum
2025-03-21 7:51 ` Philippe Gerum
2025-03-21 12:51 ` Florian Bezdeka
2025-03-21 13:31 ` Philippe Gerum [this message]
2025-03-21 13:35 ` Philippe Gerum
2025-03-21 13:51 ` Philippe Gerum
2025-03-24 17:18 ` Jan Kiszka
2025-03-24 11:18 ` Florian Bezdeka
2025-03-24 11:21 ` Jan Kiszka
2025-03-24 14:19 ` Philippe Gerum
2025-03-24 20:05 ` Florian Bezdeka
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=87ldsyldbl.fsf@xenomai.org \
--to=rpm@xenomai.org \
--cc=florian.bezdeka@siemens.com \
--cc=jan.kiszka@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 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.