[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZvGIbtGCReTl8SVD@slm.duckdns.org>
Date: Mon, 23 Sep 2024 05:25:34 -1000
From: Tejun Heo <tj@...nel.org>
To: Yu Liao <liaoyu15@...wei.com>
Cc: xiexiuqi@...wei.com, peterz@...radead.org, mingo@...hat.com,
linux-kernel@...r.kernel.org, juri.lelli@...hat.com,
vincent.guittot@...aro.org
Subject: Re: [RFC PATCH 1/2] sched: Add dummy version of
sched_group_set_idle()
On Mon, Sep 23, 2024 at 09:54:30PM +0800, Yu Liao wrote:
> Fix the following error when build with CONFIG_GROUP_SCHED_WEIGHT &&
> !CONFIG_FAIR_GROUP_SCHED:
>
> kernel/sched/core.c:9634:15: error: implicit declaration of function
> 'sched_group_set_idle'; did you mean 'scx_group_set_idle'? [-Wimplicit-function-declaration]
> 9634 | ret = sched_group_set_idle(css_tg(css), idle);
> | ^~~~~~~~~~~~~~~~~~~~
> | scx_group_set_idle
>
> Fixes: e179e80c5d4f ("sched: Introduce CONFIG_GROUP_SCHED_WEIGHT")
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409220859.UiCAoFOW-lkp@intel.com/
> Signed-off-by: Yu Liao <liaoyu15@...wei.com>
Applied to sched_ext/for-6.12.
Thanks.
--
tejun
Powered by blists - more mailing lists