mbox series

[0/2] intel_idle fixes for 5.18

Message ID 20220427060853.3975453-1-dedekind1@gmail.com (mailing list archive)
Headers show
Series intel_idle fixes for 5.18 | expand

Message

Artem Bityutskiy April 27, 2022, 6:08 a.m. UTC
Hi Rafael,

these patches fix a couple problems in the intel_idle SPR support code.
Could you please merge these fixes to 5.18?

Both problems were spotted by Jan Beulich, thanks Jan!

Thank you!

Artem Bityutskiy (2):
  intel_idle: fix the 'preferred_cstates' module parameter
  intel_idle: fix SPR C6 optimization

 drivers/idle/intel_idle.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

Comments

Rafael J. Wysocki April 27, 2022, 6:40 p.m. UTC | #1
On Wed, Apr 27, 2022 at 8:08 AM Artem Bityutskiy <dedekind1@gmail.com> wrote:
>
> Hi Rafael,
>
> these patches fix a couple problems in the intel_idle SPR support code.
> Could you please merge these fixes to 5.18?
>
> Both problems were spotted by Jan Beulich, thanks Jan!
>
> Thank you!
>
> Artem Bityutskiy (2):
>   intel_idle: fix the 'preferred_cstates' module parameter
>   intel_idle: fix SPR C6 optimization
>
>  drivers/idle/intel_idle.c | 27 +++++++++++++++------------
>  1 file changed, 15 insertions(+), 12 deletions(-)
>
> --

Both applied as 5.18-rc material with Fixes: tags added and some minor
changelog edits.

Thanks!