* Allow playing dead in C3 for 5.15.y
@ 2022-04-12 22:15 Limonciello, Mario
2022-04-14 10:57 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Limonciello, Mario @ 2022-04-12 22:15 UTC (permalink / raw)
To: stable@vger.kernel.org; +Cc: Gong, Richard
[Public]
Hi,
A change went into 5.17 to allow CPUs to play dead in the C3 state which fixed freezes on s2idle entry if a CPU is offlined by a user.
This has had some time to bake now, and a regression was identified on an ancient machine that is now fixed.
Can you please backport these commits to 5.15.y to fix that problem and avoid the regression?
commit d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 ("ACPI: processor idle: Allow playing dead in C3 state")
commit 0f00b1b00a44bf3b5e905dabfde2d51c490678ad ("ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40").
Thank you!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Allow playing dead in C3 for 5.15.y
2022-04-12 22:15 Allow playing dead in C3 for 5.15.y Limonciello, Mario
@ 2022-04-14 10:57 ` Greg KH
2022-04-14 12:59 ` Limonciello, Mario
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-04-14 10:57 UTC (permalink / raw)
To: Limonciello, Mario; +Cc: stable@vger.kernel.org, Gong, Richard
On Tue, Apr 12, 2022 at 10:15:37PM +0000, Limonciello, Mario wrote:
> [Public]
>
> Hi,
>
> A change went into 5.17 to allow CPUs to play dead in the C3 state which fixed freezes on s2idle entry if a CPU is offlined by a user.
> This has had some time to bake now, and a regression was identified on an ancient machine that is now fixed.
>
> Can you please backport these commits to 5.15.y to fix that problem and avoid the regression?
> commit d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 ("ACPI: processor idle: Allow playing dead in C3 state")
Now queued up.
> commit 0f00b1b00a44bf3b5e905dabfde2d51c490678ad ("ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40").
There is no such commit in Linus's tree :(
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Allow playing dead in C3 for 5.15.y
2022-04-14 10:57 ` Greg KH
@ 2022-04-14 12:59 ` Limonciello, Mario
2022-04-14 13:12 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Limonciello, Mario @ 2022-04-14 12:59 UTC (permalink / raw)
To: Greg KH; +Cc: stable@vger.kernel.org, Gong, Richard
[AMD Official Use Only]
> -----Original Message-----
> From: Greg KH <gregkh@linuxfoundation.org>
> Sent: Thursday, April 14, 2022 05:57
> To: Limonciello, Mario <Mario.Limonciello@amd.com>
> Cc: stable@vger.kernel.org; Gong, Richard <Richard.Gong@amd.com>
> Subject: Re: Allow playing dead in C3 for 5.15.y
>
> On Tue, Apr 12, 2022 at 10:15:37PM +0000, Limonciello, Mario wrote:
> > [Public]
> >
> > Hi,
> >
> > A change went into 5.17 to allow CPUs to play dead in the C3 state which
> fixed freezes on s2idle entry if a CPU is offlined by a user.
> > This has had some time to bake now, and a regression was identified on an
> ancient machine that is now fixed.
> >
> > Can you please backport these commits to 5.15.y to fix that problem and
> avoid the regression?
> > commit d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 ("ACPI: processor
> idle: Allow playing dead in C3 state")
>
> Now queued up.
>
> > commit 0f00b1b00a44bf3b5e905dabfde2d51c490678ad ("ACPI: processor:
> idle: fix lockup regression on 32-bit ThinkPad T40").
My apologies; I must have had two references in my tree. The correct hash is
bfe55a1f7fd6bfede16078bf04c6250fbca11588
>
> There is no such commit in Linus's tree :(
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Allow playing dead in C3 for 5.15.y
2022-04-14 12:59 ` Limonciello, Mario
@ 2022-04-14 13:12 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-04-14 13:12 UTC (permalink / raw)
To: Limonciello, Mario; +Cc: stable@vger.kernel.org, Gong, Richard
On Thu, Apr 14, 2022 at 12:59:09PM +0000, Limonciello, Mario wrote:
> [AMD Official Use Only]
>
>
>
> > -----Original Message-----
> > From: Greg KH <gregkh@linuxfoundation.org>
> > Sent: Thursday, April 14, 2022 05:57
> > To: Limonciello, Mario <Mario.Limonciello@amd.com>
> > Cc: stable@vger.kernel.org; Gong, Richard <Richard.Gong@amd.com>
> > Subject: Re: Allow playing dead in C3 for 5.15.y
> >
> > On Tue, Apr 12, 2022 at 10:15:37PM +0000, Limonciello, Mario wrote:
> > > [Public]
> > >
> > > Hi,
> > >
> > > A change went into 5.17 to allow CPUs to play dead in the C3 state which
> > fixed freezes on s2idle entry if a CPU is offlined by a user.
> > > This has had some time to bake now, and a regression was identified on an
> > ancient machine that is now fixed.
> > >
> > > Can you please backport these commits to 5.15.y to fix that problem and
> > avoid the regression?
> > > commit d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 ("ACPI: processor
> > idle: Allow playing dead in C3 state")
> >
> > Now queued up.
> >
> > > commit 0f00b1b00a44bf3b5e905dabfde2d51c490678ad ("ACPI: processor:
> > idle: fix lockup regression on 32-bit ThinkPad T40").
>
> My apologies; I must have had two references in my tree. The correct hash is
> bfe55a1f7fd6bfede16078bf04c6250fbca11588
That worked, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-14 13:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12 22:15 Allow playing dead in C3 for 5.15.y Limonciello, Mario
2022-04-14 10:57 ` Greg KH
2022-04-14 12:59 ` Limonciello, Mario
2022-04-14 13:12 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox