The following commit has been merged into the sched/core branch of tip: Commit-ID: e81daa7b6489e9810fa699c5104c6fd500e64fb8 Gitweb: https://git.kernel.org/tip/e81daa7b6489e9810fa699c5104c6fd500e64fb8 Author: Ingo Molnar <mingo@xxxxxxxxxx> AuthorDate: Mon, 19 Jul 2021 12:43:51 +02:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Wed, 23 Feb 2022 10:58:34 +01:00 sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c dependencies Use all generic headers from kernel/sched/sched.h that are required for it to build. Sort the sections alphabetically. Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> Reviewed-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx> --- kernel/sched/build_utility.c | 43 +++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/kernel/sched/build_utility.c b/kernel/sched/build_utility.c index 8b2b199..bc2f4d6 100644 --- a/kernel/sched/build_utility.c +++ b/kernel/sched/build_utility.c @@ -9,14 +9,53 @@ * coalescing source files to amortize header inclusion * cost. ) */ +#include <linux/sched/clock.h> +#include <linux/sched/cputime.h> +#include <linux/sched/debug.h> +#include <linux/sched/isolation.h> +#include <linux/sched/loadavg.h> +#include <linux/sched/mm.h> +#include <linux/sched/rseq_api.h> +#include <linux/sched/task_stack.h> + +#include <linux/cpufreq.h> +#include <linux/cpumask_api.h> +#include <linux/cpuset.h> +#include <linux/ctype.h> +#include <linux/debugfs.h> +#include <linux/energy_model.h> +#include <linux/hashtable_api.h> +#include <linux/irq.h> +#include <linux/kobject_api.h> +#include <linux/membarrier.h> +#include <linux/mempolicy.h> +#include <linux/nmi.h> +#include <linux/nospec.h> +#include <linux/proc_fs.h> +#include <linux/psi.h> +#include <linux/psi.h> +#include <linux/ptrace_api.h> +#include <linux/sched_clock.h> +#include <linux/security.h> +#include <linux/spinlock_api.h> +#include <linux/swait_api.h> +#include <linux/timex.h> +#include <linux/utsname.h> +#include <linux/wait_api.h> +#include <linux/workqueue_api.h> + +#ifdef CONFIG_PARAVIRT +# include <asm/paravirt.h> +#endif + +#include <uapi/linux/prctl.h> +#include <uapi/linux/sched/types.h> #include "sched.h" #include "sched-pelt.h" #include "stats.h" #include "autogroup.h" -#include <linux/sched_clock.h> - #include "clock.c" #ifdef CONFIG_CGROUP_CPUACCT