mbox series

[v1,0/2] cpuidle: teo: Fix selection when idle state 0 is disabled

Message ID 4336554.LvFx2qVVIh@kreacher (mailing list archive)
Headers show
Series cpuidle: teo: Fix selection when idle state 0 is disabled | expand

Message

Rafael J. Wysocki July 30, 2021, 2:35 p.m. UTC
Hi,

Patch [1/2] fixes idle state selection in the teo governor when idle state 0
is disabled (which is broken after recent changes in that governor) and patch
[2/2] renames two local variables on top of that change.

Please see the patch changelogs for details.

Thanks!

Comments

Doug Smythies July 31, 2021, 4:04 a.m. UTC | #1
On Fri, Jul 30, 2021 at 7:39 AM Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
>
> Hi,
>
> Patch [1/2] fixes idle state selection in the teo governor when idle state 0
> is disabled (which is broken after recent changes in that governor) and patch
> [2/2] renames two local variables on top of that change.
>
> Please see the patch changelogs for details.

Hi Rafael,

I tested this version of the patches, and the idle state 0
disabled issue has been fixed.

... Doug
Rafael J. Wysocki Aug. 3, 2021, 1:18 p.m. UTC | #2
On Sat, Jul 31, 2021 at 6:04 AM Doug Smythies <dsmythies@telus.net> wrote:
>
> On Fri, Jul 30, 2021 at 7:39 AM Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
> >
> > Hi,
> >
> > Patch [1/2] fixes idle state selection in the teo governor when idle state 0
> > is disabled (which is broken after recent changes in that governor) and patch
> > [2/2] renames two local variables on top of that change.
> >
> > Please see the patch changelogs for details.
>
> Hi Rafael,
>
> I tested this version of the patches, and the idle state 0
> disabled issue has been fixed.

Thanks for the confirmation!