[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZuKDjKEUwgknwlik@slm.duckdns.org>
Date: Wed, 11 Sep 2024 20:00:44 -1000
From: Tejun Heo <tj@...nel.org>
To: David Vernet <void@...ifault.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
linux-kernel@...r.kernel.org, kernel-team@...a.com
Subject: Re: [PATCH sched_ext/for-6.12] sched: Move update_other_load_avgs()
to kernel/sched/pelt.c
On Wed, Sep 11, 2024 at 09:36:43AM -1000, Tejun Heo wrote:
> 96fd6c65efc6 ("sched: Factor out update_other_load_avgs() from
> __update_blocked_others()") added update_other_load_avgs() in
> kernel/sched/syscalls.c right above effective_cpu_util(). This location
> didn't fit that well in the first place, and with 5d871a63997f ("sched/fair:
> Move effective_cpu_util() and effective_cpu_util() in fair.c") moving
> effective_cpu_util() to kernel/sched/fair.c, it looks even more out of
> place.
>
> Relocate the function to kernel/sched/pelt.c where all its callees are.
>
> No functional changes.
>
> Signed-off-by: Tejun Heo <tj@...nel.org>
> Cc: Peter Zijlstra <peterz@...radead.org>
> Cc: Ingo Molnar <mingo@...hat.com>
Applied to sched_ext/for-6.12.
Thanks.
--
tejun
Powered by blists - more mailing lists