2021-07-30 14:41:57

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1 0/2] cpuidle: teo: Fix selection when idle state 0 is disabled

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!





2021-07-31 04:10:27

by Doug Smythies

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] cpuidle: teo: Fix selection when idle state 0 is disabled

On Fri, Jul 30, 2021 at 7:39 AM Rafael J. Wysocki <[email protected]> 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

2021-08-03 13:20:40

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] cpuidle: teo: Fix selection when idle state 0 is disabled

On Sat, Jul 31, 2021 at 6:04 AM Doug Smythies <[email protected]> wrote:
>
> On Fri, Jul 30, 2021 at 7:39 AM Rafael J. Wysocki <[email protected]> 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!