From: Tejun Heo <tj@kernel.org>
To: Yu Liao <liaoyu15@huawei.com>
Cc: xiexiuqi@huawei.com, peterz@infradead.org, mingo@redhat.com,
linux-kernel@vger.kernel.org, juri.lelli@redhat.com,
vincent.guittot@linaro.org
Subject: Re: [RFC PATCH 1/2] sched: Add dummy version of sched_group_set_idle()
Date: Mon, 23 Sep 2024 05:25:34 -1000 [thread overview]
Message-ID: <ZvGIbtGCReTl8SVD@slm.duckdns.org> (raw)
In-Reply-To: <20240923135431.2440320-2-liaoyu15@huawei.com>
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@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202409220859.UiCAoFOW-lkp@intel.com/
> Signed-off-by: Yu Liao <liaoyu15@huawei.com>
Applied to sched_ext/for-6.12.
Thanks.
--
tejun
next prev parent reply other threads:[~2024-09-23 15:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-23 13:54 [RFC PATCH 0/2] sched: Fix compilation error Yu Liao
2024-09-23 13:54 ` [RFC PATCH 1/2] sched: Add dummy version of sched_group_set_idle() Yu Liao
2024-09-23 15:25 ` Tejun Heo [this message]
2024-09-23 13:54 ` [RFC PATCH 2/2] sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT Yu Liao
2024-09-23 15:28 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZvGIbtGCReTl8SVD@slm.duckdns.org \
--to=tj@kernel.org \
--cc=juri.lelli@redhat.com \
--cc=liaoyu15@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=vincent.guittot@linaro.org \
--cc=xiexiuqi@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox