

Kernel/sched/core.c:5612:20: warning: unused function 'sched_tick_start' Static inline bool rq_has_pinned_tasks(struct rq *rq) Kernel/sched/core.c:3701:20: warning: unused function 'rq_has_pinned_tasks' Kernel/sched/core.c:9517:1: note: declare 'static' if the function is not intended to be used outside of this translation unit > kernel/sched/core.c:9517:13: warning: no previous prototype for function 'sched_init' Kernel/sched/core.c:9508:1: note: declare 'static' if the function is not intended to be used outside of this translation unit Kernel/sched/core.c:9508:13: warning: no previous prototype for function 'per_task_init' Kernel/sched/core.c:9478:1: note: declare 'static' if the function is not intended to be used outside of this translation unit > kernel/sched/core.c:9478:13: warning: no previous prototype for function 'sched_init_smp' Kernel/sched/core.c:5345:1: note: declare 'static' if the function is not intended to be used outside of this translation unit Unsigned long long task_sched_runtime(struct task_struct *p) > kernel/sched/core.c:5345:20: warning: no previous prototype for function 'task_sched_runtime'

If you fix the issue, kindly add following tag as appropriate # save the config file to linux build treeĬOMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash arch/x86/entry/vsyscall/ arch/x86/pci/ kernel/sched/ kernel/trace/ lib/ net/ipv6/

Git fetch -no-tags mingo-tip sched/headers Git remote add mingo-tip git:///pub/scm/linux/kernel/git/mingo/tip.git Tree: git:///pub/scm/linux/kernel/git/mingo/tip.git sched/headers
