Re: [PATCH v8] sched: Consolidate cpufreq updates
From: Ingo Molnar
Date: Fri Feb 21 2025 - 10:53:46 EST
* Qais Yousef <qyousef@xxxxxxxxxxx> wrote:
> ---
> include/linux/sched/cpufreq.h | 4 +-
> kernel/sched/core.c | 116 +++++++++++++++++++++++++++--
> kernel/sched/cpufreq_schedutil.c | 122 +++++++++++++++++++------------
> kernel/sched/deadline.c | 10 ++-
> kernel/sched/fair.c | 84 +++++++++------------
> kernel/sched/rt.c | 8 +-
> kernel/sched/sched.h | 9 ++-
> kernel/sched/syscalls.c | 30 ++++++--
> 8 files changed, 266 insertions(+), 117 deletions(-)
The changelog is rather long, and the diffstat is non-trivial.
Could you please split this up into multiple patches?
Thanks,
Ingo