We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f570e commit f4d6f6cCopy full SHA for f4d6f6c
kernel/sched.c
@@ -8275,6 +8275,7 @@ void __init sched_init(void)
8275
#ifdef CONFIG_CGROUP_SCHED
8276
list_add(&root_task_group.list, &task_groups);
8277
INIT_LIST_HEAD(&root_task_group.children);
8278
+ INIT_LIST_HEAD(&root_task_group.siblings);
8279
autogroup_init(&init_task);
8280
#endif /* CONFIG_CGROUP_SCHED */
8281
0 commit comments