RE: [PATCH v3 0/4] cpufreq: intel_pstate: A fix and some cleanups

From: Doug Smythies

Date: Tue Jun 30 2026 - 00:22:34 EST


Hi Rafael,

On 2026.06.24 10:32 Rafael wrote:

> Hi,
>
> This replaces
>
> https://lore.kernel.org/linux-pm/6005456.DvuYhMxLoT@rafael.j.wysocki/
>
> and drops the most significant change in it which was making intel_pstate
> set cpuinfo_min_freq to a lower value with HWP enabled. That change
> went too far and needs to be reconsidered.
>
> The other changes in the series, and in particular the fix in the first
> patch, are useful and will facilitate further improvements, so here
> they go.

I tested this patch set a little. It seems okay.

... Doug

>
> This series is independent of
>
> https://lore.kernel.org/linux-pm/6286434.lOV4Wx5bFT@rafael.j.wysocki/
>
> and applies to Linux 7.1.
>
> Thanks!