public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] sched: Fix compilation error
@ 2024-09-23 13:54 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 13:54 ` [RFC PATCH 2/2] sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT Yu Liao
  0 siblings, 2 replies; 5+ messages in thread
From: Yu Liao @ 2024-09-23 13:54 UTC (permalink / raw)
  To: tj
  Cc: liaoyu15, xiexiuqi, peterz, mingo, linux-kernel, juri.lelli,
	vincent.guittot

This series fix the compilation issues when building with
CONFIG_CGROUP_SCHED_WEIGHT && !CONFIG_FAIR_GROUP_SCHED.

Yu Liao (2):
  sched: Add dummy version of sched_group_set_idle()
  sched: Put sched_group::idle under CONFIG_GROUP_SCHED_WEIGHT

 kernel/sched/sched.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-23 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox