Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 6.6 0/8] Backport sched/schedutil fixes and depend patch series
@ 2025-08-15 18:16 Wentao Guan
  2025-08-15 18:16 ` [PATCH 6.6 1/8] sched/topology: Add a new arch_scale_freq_ref() method Wentao Guan
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Wentao Guan @ 2025-08-15 18:16 UTC (permalink / raw)
  To: gregkh; +Cc: stable, Wentao Guan

Our user report a bug that his cpu keep the min cpu freq,
bisect to commit ada8d7fa0ad49a2a078f97f7f6e02d24d3c357a3
("sched/cpufreq: Rework schedutil governor performance estimation")
and test the fix e37617c8e53a1f7fcba6d5e1041f4fd8a2425c27
("sched/fair: Fix frequency selection for non-invariant case")
works.

And backport the "stable-deps-of" series:
"consolidate and cleanup CPU capacity"
Link: https://lore.kernel.org/all/20231211104855.558096-1-vincent.guittot@linaro.org/
PS:
commit 50b813b147e9eb6546a1fc49d4e703e6d23691f2 in series
("cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()")
merged in v6.6.59 as 33e89c16cea0882bb05c585fa13236b730dd0efa

Vincent Guittot (8):
  sched/topology: Add a new arch_scale_freq_ref() method
  cpufreq: Use the fixed and coherent frequency for scaling capacity
  cpufreq/schedutil: Use a fixed reference frequency
  energy_model: Use a fixed reference frequency
  cpufreq/cppc: Set the frequency used for computing the capacity
  arm64/amu: Use capacity_ref_freq() to set AMU ratio
  topology: Set capacity_freq_ref in all cases
  sched/fair: Fix frequency selection for non-invariant case

 arch/arm/include/asm/topology.h   |  1 +
 arch/arm64/include/asm/topology.h |  1 +
 arch/arm64/kernel/topology.c      | 26 ++++++------
 arch/riscv/include/asm/topology.h |  1 +
 drivers/base/arch_topology.c      | 69 ++++++++++++++++++++-----------
 drivers/cpufreq/cpufreq.c         |  4 +-
 include/linux/arch_topology.h     |  8 ++++
 include/linux/cpufreq.h           |  1 +
 include/linux/energy_model.h      |  6 +--
 include/linux/sched/topology.h    |  8 ++++
 kernel/sched/cpufreq_schedutil.c  | 30 +++++++++++++-
 11 files changed, 111 insertions(+), 44 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-08-31  6:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 18:16 [PATCH 6.6 0/8] Backport sched/schedutil fixes and depend patch series Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 1/8] sched/topology: Add a new arch_scale_freq_ref() method Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 2/8] cpufreq: Use the fixed and coherent frequency for scaling capacity Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 3/8] cpufreq/schedutil: Use a fixed reference frequency Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 4/8] energy_model: " Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 5/8] cpufreq/cppc: Set the frequency used for computing the capacity Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 6/8] arm64/amu: Use capacity_ref_freq() to set AMU ratio Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 7/8] topology: Set capacity_freq_ref in all cases Wentao Guan
2025-08-15 18:16 ` [PATCH 6.6 8/8] sched/fair: Fix frequency selection for non-invariant case Wentao Guan
2025-08-22  9:04   ` Greg KH
2025-08-22  9:10     ` Wentao Guan
2025-08-22  9:22       ` Greg KH
2025-08-31  6:03         ` Zenm Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox